From 653e2269526ba92aea873f0b8ebe0ac23a87157b Mon Sep 17 00:00:00 2001 From: Ed Baker Date: Tue, 2 Apr 2024 12:24:49 +0100 Subject: [PATCH] li margin-bottom --- assets/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index 0f6e270..9d6f001 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -21,4 +21,8 @@ header a small { img { height: auto; +} + +li { + margin-bottom: 20px; } \ No newline at end of file