diff options
author | Siri Reiter <siri@pjones.dk> | 2023-10-03 23:58:09 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2023-10-03 23:58:09 +0200 |
commit | 8441372984621dac1d627b7900dd48264347cf3d (patch) | |
tree | cc4a93da443b59ef034dee187c4822eb2ec2e1e8 /style.scss | |
parent | f3a4b235cb7781beddf6994b28fde1b23a17d6da (diff) |
base font size and farbar list line height increased
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -282,7 +282,8 @@ body { } //General image behaviour. -img { +img, +table.img { float: left; vertical-align: top; margin: 0 2em 1em 0; @@ -432,7 +433,7 @@ th { ul li { @include no-bullets; padding: 0; - line-height: 1.5em; + line-height: 1.7em; a { font-weight: normal; } |