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 | |
parent | f3a4b235cb7781beddf6994b28fde1b23a17d6da (diff) |
base font size and farbar list line height increased
-rw-r--r-- | partials/_base.scss | 2 | ||||
-rw-r--r-- | style.scss | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/partials/_base.scss b/partials/_base.scss index e2bbd9c..1df7c97 100644 --- a/partials/_base.scss +++ b/partials/_base.scss @@ -1,7 +1,7 @@ // Typography // // No styleguide reference. -$baseFontSize: 12px; +$baseFontSize: 13px; $baseLineHeight: ($baseFontSize * 2); // Framework integrations @@ -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; } |