diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-19 21:41:45 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-19 21:41:45 +0100 |
commit | 3efe144fa0c455529a3f6244557d1253885134cf (patch) | |
tree | d3f8b9bf3da6da75fcacc3cd7881ecefdf605a3e /view/theme/redbasic/css | |
parent | 744960d36d636f8840f8bcea13283ea7f97cc4e6 (diff) | |
download | volse-hubzilla-3efe144fa0c455529a3f6244557d1253885134cf.tar.gz volse-hubzilla-3efe144fa0c455529a3f6244557d1253885134cf.tar.bz2 volse-hubzilla-3efe144fa0c455529a3f6244557d1253885134cf.zip |
revisit media breakpoints - do not switch to mobile view to early.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6df5a060b..0bdb4bc27 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; |