From 69989ccc94e656ee78bfdabf88995408b5f2c765 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 30 Apr 2023 19:28:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=20style:=20increase=20margin=20betwee?= =?UTF-8?q?n=20posts=20and=20year?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_archive.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss index c59a86f..2837c08 100644 --- a/sass/parts/_archive.scss +++ b/sass/parts/_archive.scss @@ -25,4 +25,8 @@ padding: 0; margin: 0; } + + li { + margin-bottom: 1.3rem; + } }