From a426476368926897ce48505b64b3f619bdb703fb Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Sun, 26 Jun 2022 12:16:18 +0200 Subject: [PATCH] make text more spacy --- gaehsnitz/static/gaehsnitz/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gaehsnitz/static/gaehsnitz/style.css b/gaehsnitz/static/gaehsnitz/style.css index 513abb4..0e06f92 100644 --- a/gaehsnitz/static/gaehsnitz/style.css +++ b/gaehsnitz/static/gaehsnitz/style.css @@ -75,8 +75,8 @@ a:hover, a:focus { } h2 { - margin-top: 20px; - margin-bottom: 10px; + margin-top: 24px; + margin-bottom: 14px; font-size: 1.3rem; font-weight: normal; color: #EE9933; @@ -91,9 +91,9 @@ h3 { } p, ul { - line-height: 1.4rem; - margin-top: 6px; - margin-bottom: 10px; + line-height: 1.5rem; + margin-top: 8px; + margin-bottom: 14px; } table {