Skip to content

Commit f1475fd

Browse files
Change media query max-width from 480px to 150px
1 parent fe5927b commit f1475fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
}
176176
}
177177

178-
@media screen and (max-width: 480px) {
178+
@media screen and (max-width: 150px) {
179179
.DocSearch-Button {
180180
width: 120px !important;
181181
}

0 commit comments

Comments
 (0)