Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 0b213ca

Browse files
committed
making sure the MQs item is hidden on smaller screens
1 parent c1fa8ce commit 0b213ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/styleguide/css/styleguide.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@
284284
border: 0;
285285
border-left: 1px solid rgba(255, 255, 255, 0.05); } }
286286

287-
.sg-find {
287+
.sg-find, .sg-mqs {
288288
display: none;
289289
}
290290

291291
@media all and (min-width: 48em) {
292-
.sg-find {
292+
.sg-find, .sg-mqs {
293293
display: block;
294294
}
295295
}

0 commit comments

Comments
 (0)