(css) Fix width of sidenav on large screens

This commit is contained in:
Francis Lachapelle 2015-09-02 21:47:16 -04:00
parent 1d2c0ed350
commit b08d98e2e1

View file

@ -9,7 +9,7 @@ md-sidenav {
background-color: sg-color($sogoPaper, 400); background-color: sg-color($sogoPaper, 400);
&.md-locked-open { &.md-locked-open {
@include from(lg) { @include from(lg) {
@include flex-col(lg, 4, 1, 1) @include flex-col(lg, 4, 1, 0)
} }
} }