mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Removing px font defintions and replacing with em
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user