Expand sidebar only for large devices

This commit is contained in:
Dmitriy Zaporozhets 2015-01-17 23:01:45 -08:00
parent 7d5d5e53b1
commit d84a2ab641
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}