(css) Fix width of sidenav on large screens

pull/105/head
Francis Lachapelle 2015-09-02 21:47:16 -04:00
parent 1d2c0ed350
commit b08d98e2e1
1 changed files with 1 additions and 1 deletions

View File

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