From dba5ee7d9875aaa7b3c538d7d64fdb00348c9c4e Mon Sep 17 00:00:00 2001 From: Barney Carroll Date: Tue, 31 Jan 2017 18:03:24 +0000 Subject: [PATCH] docs: fix text size variations on mobile webkit (#1571) --- docs/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/style.css b/docs/style.css index 9053365b..afd99f62 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,3 +1,4 @@ +body {-webkit-text-size-adjust: 100%;} body,table,h5 {font:normal 16px 'Open Sans';} header,main {margin:auto;max-width:1000px;} header section {position:absolute;width:250px;}