From 283f3d39344b3b02d35df55739a41000984e8fdb Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 6 Mar 2023 11:53:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20decrease=20margin=20bet?= =?UTF-8?q?ween=20date=20and=20post=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_posts_list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/parts/_posts_list.scss b/sass/parts/_posts_list.scss index fa8b041ea..8547900ff 100644 --- a/sass/parts/_posts_list.scss +++ b/sass/parts/_posts_list.scss @@ -10,10 +10,10 @@ padding: 2.5rem 0; .date { - font-size: 0.85rem; + font-size: 0.9rem; font-weight: 300; color: var(--meta-color); - width: 14.5rem; + width: 13.5rem; } .bloglist-tags {