Font size fix for examples, tidied up variables

This commit is contained in:
Sam Potts
2015-02-19 12:21:37 +11:00
parent 18001e7799
commit d46d40fa17
5 changed files with 23 additions and 19 deletions

View File

@ -30,12 +30,12 @@
// Base
html {
font-size: 62.5%;
//font-size: 62.5%;
}
body {
font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #fff;
.font-size(16);
//.font-size(16);
line-height: 1.5;
text-align: center;
color: #6D797F;