From 6c91328315e27a16891fc01c1765a1d14b9adb5a Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 6 Dec 2016 17:35:52 +0100 Subject: fixed iOS safari zooming in when focusing input --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8151be6..c4c2581 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -53,7 +53,7 @@ html, body { outline: none; border: 0; padding: 16px; - font-size: 1.1em; + font-size: 16px; transition: box-shadow 200ms ease-in-out; } -- cgit v1.1