From 1f6c6fd805a626b6f8f644cbc47f3bc7d7087729 Mon Sep 17 00:00:00 2001 From: Aney Date: Sun, 28 Jun 2020 15:02:25 +0100 Subject: [PATCH] Slight stylesheet change, before the redo --- css/stylesheet.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 93e979c..cefbf60 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -47,7 +47,14 @@ h1, h2, h3, h4, h5{ color: #98971a; font-weight: bold; margin: 0.25em 0 0.25em 0;} -p{ color: #a89984;} +p{ + color: #a89984; + margin: 0.5em 0; +} + +ul p{ + margin: 0.1em 0; +} h1{ font-size: 2em; @@ -90,7 +97,7 @@ ul{ } /* Positions */ section{ - margin-bottom: 3em; + margin-bottom: 2em; } .item{