revisit media breakpoints - do not switch to mobile view to early.

This commit is contained in:
Mario Vavti
2017-11-19 21:41:45 +01:00
parent 744960d36d
commit 3efe144fa0
8 changed files with 36 additions and 24 deletions

View File

@@ -1484,7 +1484,7 @@ blockquote {
color: $nav_active_icon_colour;
}
@media screen and (max-width: 767px) {
@media screen and (max-width: 992px) {
aside#region_1 {
border-right: 1px solid $nav_bd;