We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c2ab6 commit 5a97c6fCopy full SHA for 5a97c6f
1 file changed
app/assets/main.css
@@ -525,6 +525,14 @@ input[type='search'] {
525
appearance: none;
526
}
527
528
+@media screen and (max-width: 767px) {
529
+ input,
530
+ select,
531
+ textarea {
532
+ font-size: 16px !important;
533
+ }
534
+}
535
+
536
input[type='search']::-webkit-search-decoration,
537
input[type='search']::-webkit-search-cancel-button,
538
input[type='search']::-webkit-search-results-button,
0 commit comments