fix container sizes
This commit is contained in:
parent
63ac5faa5c
commit
7cab6c367e
@ -2,7 +2,8 @@
|
||||
|
||||
.wrapper {
|
||||
margin: 0 auto;
|
||||
flex-basis: 30rem;
|
||||
// flex-basis: 30rem;
|
||||
width: 30rem;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
}
|
||||
@ -121,6 +122,7 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
|
||||
& > * {
|
||||
background-color: $main-background-color;
|
||||
@ -137,7 +139,7 @@
|
||||
}
|
||||
|
||||
&.diplayingIvList {
|
||||
$border-offset: 6px;
|
||||
$border-offset: 8px;
|
||||
|
||||
padding: 1.5rem 0 0;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user