From cb94cfb00b784bc9a7b832794cbc832c164142a7 Mon Sep 17 00:00:00 2001 From: Rasmus Malver Date: Wed, 10 Nov 2021 19:59:12 +0100 Subject: [PATCH] =?UTF-8?q?Nyt=20fors=C3=B8g=20p=C3=A5=20at=20=C3=A6ndre?= =?UTF-8?q?=20linjeh=C3=B8jde=20i=20lister?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _scss/base/_typography.scss | 4 ++++ _scss/module/_indexpage.scss | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_scss/base/_typography.scss b/_scss/base/_typography.scss index 152ecff..4aab68b 100644 --- a/_scss/base/_typography.scss +++ b/_scss/base/_typography.scss @@ -121,6 +121,10 @@ ol { } } +ul { + line-height:1.5rem; +} + table { td:first-child { font-weight: bold; diff --git a/_scss/module/_indexpage.scss b/_scss/module/_indexpage.scss index 17e7521..5ae1f92 100644 --- a/_scss/module/_indexpage.scss +++ b/_scss/module/_indexpage.scss @@ -110,7 +110,6 @@ nav { width: 100%; background: #555; text-align: center; - line-height:1.5em; li a { display: block; border-top: 1px solid #424242; @@ -194,4 +193,7 @@ section { //margin: 8rem 0 3rem; } } +} +ul{ + line-height:1.5em; } \ No newline at end of file