blob: 51f16fe365f146d65124b289f7b53e34e371252c [file] [log] [blame]
Simon Hunt0b05d4a2014-10-21 21:50:15 -07001/*
2 Base CSS file
3
4 @author Simon Hunt
5 */
6
7html {
8 font-family: sans-serif;
9 -webkit-text-size-adjust: 100%;
10 -ms-text-size-adjust: 100%;
11}
12
13body {
14 margin: 0;
15}