Skip to content

Commit d4bc460

Browse files
authored
Merge pull request #254 from w3bdesign/development
Fix design issues on mobile with Algolia search
2 parents 36c6ec2 + edb0607 commit d4bc460

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)