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 fe7ae6e commit 3cdedaeCopy full SHA for 3cdedae
_sass/elements/_search-bar.scss
@@ -14,7 +14,7 @@
14
margin-bottom: 10px;
15
}
16
17
-/* Override _forms.scss (was #search) */
+
18
#search-desktop,
19
#search-mobile {
20
padding-right: 0px;
@@ -47,13 +47,13 @@
47
48
49
50
-/* Mobile and below: show mobile search bar only (unchanged behaviour) */
+/* Mobile and below: show mobile search bar only */
51
@media #{$bp-below-tablet} {
52
.search-bar-desktop { display: none; }
53
.search-bar-mobile { display: flex; position: static; }
54
55
56
-/* Desktop and up: show desktop search bar; sticky below header */
+/* Desktop and up: show desktop search bar */
57
@media #{$bp-desktop-up} {
58
.search-bar-mobile { display: none; }
59
.search-bar-desktop {
0 commit comments