Commit e1fb2d4a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Expand sidebar only for large devices

parent ece32141
...@@ -148,10 +148,10 @@ ...@@ -148,10 +148,10 @@
} }
} }
@media (max-width: $screen-sm-max) { @media (max-width: $screen-md-max) {
@include folded-sidebar; @include folded-sidebar;
} }
@media(min-width: $screen-sm-max) { @media(min-width: $screen-md-max) {
@include expanded-sidebar; @include expanded-sidebar;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment