Make search box font size be 16px so that no zoom happens on iphone

This commit is contained in:
Luis Ramos
2020-04-18 17:33:05 +01:00
parent ffceff3f0a
commit 2ab07bc6a9

View File

@@ -9,6 +9,9 @@
input#search {
@include medium-input(rgba(0, 0, 0, 0.3), #777, $clr-brick);
// avoid zoom on iphone, see issue #4535
font-size: 1rem;
}
// ordering