fix typo in body background style

This commit is contained in:
Leo Thorp 2017-11-30 02:25:10 -06:00 committed by GitHub
parent 9083a325a4
commit 2fb828783a
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;}