UX: Removing px font defintions and replacing with em

This commit is contained in:
Kris
2017-12-18 15:49:11 -05:00
parent 70b6030c74
commit 2d9d43ed1a
24 changed files with 42 additions and 42 deletions

View File

@@ -47,11 +47,11 @@ body {
}
big {
font-size: 28px;
font-size: 2em;
}
small {
font-size: 9px;
font-size: .643em;
}
//setting a static limit on big and small prevents nesting abuse