Fix User Settings page responsive issues (#992)

This commit is contained in:
Kyle Knight 2017-01-18 08:30:36 -06:00 committed by Jason Meller
parent 9e98d35128
commit c688798b5c
2 changed files with 3 additions and 2 deletions

View file

@ -9,12 +9,13 @@
@include flex-grow(1);
@include align-self(flex-start);
padding: 30px;
min-width: 542px;
}
&__additional {
width: 350px;
min-width: 350px;
max-width: 350px;
min-width: 350px;
box-sizing: border-box;
padding: 30px;
}

View file

@ -61,7 +61,7 @@ a {
background-color: $white;
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
border: solid 1px $silver;
min-width: 951px;
min-width: 910px;
max-width: calc(100vw - #{$nav-width} - #{$pad-base});
box-sizing: border-box;
margin-top: $pad-base;