revisit media breakpoints - do not switch to mobile view to early.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user