From 188539ec26b4b1edf9bc1af228a157cbc8a66c46 Mon Sep 17 00:00:00 2001 From: "Pheng Heong, Tan" Date: Sun, 26 Jul 2020 16:06:16 +0800 Subject: [PATCH] Modify CSS Wanted more white space. Wanted to give more "breathing space" for the user/reader --- solarized_light.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solarized_light.css b/solarized_light.css index 500cac0..bd4f474 100644 --- a/solarized_light.css +++ b/solarized_light.css @@ -42,4 +42,10 @@ a:visited { h3 { color: var(--baseEm); +} + +/* design-ey stuff */ + +li + li, div + div { + margin-top: 30px; } \ No newline at end of file