Skip to content

Commit edb0607

Browse files
committed
Fix design issues on mobile with Algolia search
1 parent f743488 commit edb0607

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
margin-top: -20px;
2424
}
2525

26+
/* Fix Algolia mobile-searchbox design issues */
27+
28+
.ais-SearchBox-submit {
29+
width: 60px;
30+
}
31+
2632
.ais-SearchBox-submitIcon {
2733
margin-left: 100px;
2834
/* Override default CSS to make the icon a little larger */

0 commit comments

Comments
 (0)