Merge pull request #2038 from leothorp/patch-1

fix typo in body background style
This commit is contained in:
Isiah Meadows 2017-11-30 05:21:28 -05:00 committed by GitHub
commit 2b01b95ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
body {bakground:white;-webkit-text-size-adjust: 100%;}
body {background:white;-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;}