From 8441372984621dac1d627b7900dd48264347cf3d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 3 Oct 2023 23:58:09 +0200 Subject: base font size and farbar list line height increased --- partials/_base.scss | 2 +- 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 diff --git a/style.scss b/style.scss index 4f36388..3f163cf 100644 --- a/style.scss +++ b/style.scss @@ -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; } -- cgit v1.2.3