Skip to content

Commit 59746be

Browse files
Fixed: navbar responsiveness (#427)
1 parent 5071109 commit 59746be

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

src/components/header/Header.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123
top: 0;
124124
}
125125

126-
/* 48em = 768px */
126+
/* 69em = 1104px */
127127

128-
@media (min-width: 48em) {
128+
@media (min-width: 69em) {
129129
.header li {
130130
float: left;
131131
}
@@ -140,9 +140,4 @@
140140
.header .menu-icon {
141141
display: none;
142142
}
143-
}
144-
@media (max-width: 960px) and (min-width: 768px) {
145-
.header {
146-
font-size: 12px;
147-
}
148-
}
143+
}

0 commit comments

Comments
 (0)