docs(app): replaces font px w/ %

This commit is contained in:
Palmer
2014-12-15 23:26:46 -05:00
parent f8ee9b7e49
commit 1e2b57de58

View File

@@ -1,16 +1,16 @@
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-size: 85%;
font-weight: 400;
}
h1 {
font-size: 40px;
font-size: 225%;
font-weight: 400;
}
h2 {
font-size: 24px;
font-size: 185%;
font-weight: 400;
}