mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
changing font sizes to ems, so fonts scale a bit more gracefully
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
margin: 6px;
|
||||
padding-right: 20px;
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
font-size: 14px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.expand {
|
||||
|
Reference in New Issue
Block a user