Commit d84a2ab6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Expand sidebar only for large devices

parent 7d5d5e53
......@@ -148,10 +148,10 @@
}
}
@media (max-width: $screen-sm-max) {
@media (max-width: $screen-md-max) {
@include folded-sidebar;
}
@media(min-width: $screen-sm-max) {
@media(min-width: $screen-md-max) {
@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