changing font sizes to ems, so fonts scale a bit more gracefully

This commit is contained in:
Kris Aubuchon
2014-12-15 22:12:56 -05:00
parent 2020431fd8
commit 3eebc0e589
53 changed files with 232 additions and 229 deletions

View File

@@ -39,7 +39,7 @@
margin: 6px;
padding-right: 20px;
color: scale-color($primary, $lightness: 50%);
font-size: 14px;
font-size: 1em;
}
.expand {