diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 23:55:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 23:55:34 +0300 |
| commit | 33d92f9b16267415d1e62285a4f305ae10baf489 (patch) | |
| tree | 2e472b63819b2e24dc6b0354bc6ab9f3dcfa9458 /src/components/notifications/notifications.scss | |
| parent | 7f513fe46fbf631190445b21b7cb4b7cb431d019 (diff) | |
relative units in line-height + some cleanup
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index aa4ae346..976688d1 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -155,7 +155,8 @@ margin: 0 0 0.3em; padding: 0; font-size: 1em; - line-height:20px; + line-height: 1.5; + small { font-weight: lighter; } |
