fix typo in body background style

This commit is contained in:
Leo Thorp 2017-11-30 02:25:10 -06:00 committed by Pierre-Yves Gérardy
parent 759674bd50
commit 96c4df57ff

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;}