Skip to content

Commit 3cdedae

Browse files
committed
deleted message
1 parent fe7ae6e commit 3cdedae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/elements/_search-bar.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
margin-bottom: 10px;
1515
}
1616

17-
/* Override _forms.scss (was #search) */
17+
1818
#search-desktop,
1919
#search-mobile {
2020
padding-right: 0px;
@@ -47,13 +47,13 @@
4747

4848

4949

50-
/* Mobile and below: show mobile search bar only (unchanged behaviour) */
50+
/* Mobile and below: show mobile search bar only */
5151
@media #{$bp-below-tablet} {
5252
.search-bar-desktop { display: none; }
5353
.search-bar-mobile { display: flex; position: static; }
5454
}
5555

56-
/* Desktop and up: show desktop search bar; sticky below header */
56+
/* Desktop and up: show desktop search bar */
5757
@media #{$bp-desktop-up} {
5858
.search-bar-mobile { display: none; }
5959
.search-bar-desktop {

0 commit comments

Comments
 (0)