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 4a31344 commit c04ee59Copy full SHA for c04ee59
content/static/style.css
@@ -565,11 +565,16 @@ blockquote::before {
565
min-width: 250px;
566
}
567
568
-@media (max-width: 600px) {
+@media (max-width: 500px) {
569
.header-detail .book-query-box {
570
min-width: initial;
571
- max-width: 150px;
572
+ .social-badge {
573
+ display: none;
574
+ }
575
+}
576
+
577
+@media screen and (max-width: 400px) {
578
579
580
.search-results {
0 commit comments