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 --- style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'style.scss') 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