docs: fix text size variations on mobile webkit (#1571)

This commit is contained in:
Barney Carroll 2017-01-31 18:03:24 +00:00 committed by Pat Cavit
parent 402ae96d37
commit dba5ee7d98

View file

@ -1,3 +1,4 @@
body {-webkit-text-size-adjust: 100%;}
body,table,h5 {font:normal 16px 'Open Sans';} body,table,h5 {font:normal 16px 'Open Sans';}
header,main {margin:auto;max-width:1000px;} header,main {margin:auto;max-width:1000px;}
header section {position:absolute;width:250px;} header section {position:absolute;width:250px;}