fix container sizes

This commit is contained in:
Jeff Colombo 2019-02-23 22:03:25 -05:00
parent 63ac5faa5c
commit 7cab6c367e

View File

@ -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;