Skip to content

Commit cf862fd

Browse files
committed
Refine header responsive breakpoint
1 parent 656b327 commit cf862fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/static/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ TODO fixed with lift on scroll?
205205
height: 24px;
206206
}
207207

208-
@media (max-width: 400px) {
208+
@media (max-width: 350px) {
209209
.social-badge a {
210210
width: 16px;
211211
height: 16px;
@@ -232,7 +232,7 @@ TODO fixed with lift on scroll?
232232
}
233233
}
234234

235-
@media (max-width: 400px) {
235+
@media (max-width: 350px) {
236236
.header-detail .book-query-box {
237237
min-width: initial;
238238
max-width: 100px;

0 commit comments

Comments
 (0)