Skip to content

Commit f743488

Browse files
committed
Make mobile search icon a little larger
1 parent c99e410 commit f743488

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
}
2525

2626
.ais-SearchBox-submitIcon {
27-
margin-left: 100px;
27+
margin-left: 100px;
28+
/* Override default CSS to make the icon a little larger */
29+
height: 15px !important;
30+
width:15px !important;
2831
}
2932

3033
/* Fix for annoying CSS bug with NavBar moving slightly on front page only */

0 commit comments

Comments
 (0)