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 5071109 commit 59746beCopy full SHA for 59746be
1 file changed
src/components/header/Header.css
@@ -123,9 +123,9 @@
123
top: 0;
124
}
125
126
-/* 48em = 768px */
+/* 69em = 1104px */
127
128
-@media (min-width: 48em) {
+@media (min-width: 69em) {
129
.header li {
130
float: left;
131
@@ -140,9 +140,4 @@
140
.header .menu-icon {
141
display: none;
142
143
-}
144
-@media (max-width: 960px) and (min-width: 768px) {
145
- .header {
146
- font-size: 12px;
147
- }
148
+}
0 commit comments