Skip to content

Commit c04ee59

Browse files
committed
Adjust header layout for smaller screen sizes
1 parent 4a31344 commit c04ee59

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/static/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,11 +565,16 @@ blockquote::before {
565565
min-width: 250px;
566566
}
567567

568-
@media (max-width: 600px) {
568+
@media (max-width: 500px) {
569569
.header-detail .book-query-box {
570570
min-width: initial;
571-
max-width: 150px;
572571
}
572+
.social-badge {
573+
display: none;
574+
}
575+
}
576+
577+
@media screen and (max-width: 400px) {
573578
}
574579

575580
.search-results {

0 commit comments

Comments
 (0)