diff options
| author | Michael Serajnik | 2017-12-18 03:35:30 +0100 |
|---|---|---|
| committer | rr- | 2018-03-10 17:45:37 +0100 |
| commit | 4ce29cf222e3381e6de81e777c7f2a4f7554a218 (patch) | |
| tree | cb83ac9f7e503cf321349776486643c66457b086 /client/css/expander-control.styl | |
| parent | 26a1451ff62f10cb9f854fe791490668bb88dc28 (diff) | |
client/css: change font size declarations to em
Diffstat (limited to 'client/css/expander-control.styl')
| -rw-r--r-- | client/css/expander-control.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/css/expander-control.styl b/client/css/expander-control.styl index 7f2e0b7..620ec25 100644 --- a/client/css/expander-control.styl +++ b/client/css/expander-control.styl @@ -16,7 +16,7 @@ color: mix($text-color, $inactive-link-color) font-size: 120% i - font-size: 12pt + font-size: 1em color: $inactive-link-color float: right line-height: 2em |