We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26afa40 commit 35e1ddaCopy full SHA for 35e1dda
sass/layout/_header_mobile.scss
@@ -1,4 +1,5 @@
1
#mobile-header {
2
+ display: none;
3
background-color: #333;
4
5
.header-contents {
@@ -32,6 +33,7 @@
32
33
}
34
35
#mobile-editor-bar {
36
37
padding: 0 10px;
38
39
#mobile-menu {
@@ -96,12 +98,12 @@
96
98
97
99
100
-@media (min-width: $screen-sm) {
101
+@media (max-width: $screen-xs-max) {
102
- display: none !important;
103
+ display: block !important;
104
105
106
107
108
109
0 commit comments