From ea03730f6d8bc3b0023f544818a2f443b8fea0aa Mon Sep 17 00:00:00 2001
From: kyu08 <49891479+kyu08@users.noreply.github.com>
Date: Thu, 19 Dec 2024 11:07:16 +0900
Subject: [PATCH] =?UTF-8?q?=E8=A8=98=E4=BA=8B=E8=A9=B3=E7=B4=B0=E3=83=9A?=
 =?UTF-8?q?=E3=83=BC=E3=82=B8=20=E6=8A=95=E7=A8=BF=E6=97=A5=E6=99=82?=
 =?UTF-8?q?=E3=81=AE=E4=B8=8A=E3=83=9E=E3=83=BC=E3=82=B8=E3=83=B3=E3=82=92?=
 =?UTF-8?q?=E5=BA=83=E3=81=92=E3=82=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 static/style.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/style.css b/static/style.css
index 3822337..0b58e30 100644
--- a/static/style.css
+++ b/static/style.css
@@ -87,6 +87,10 @@ th, td {
   border: 2px solid var(--accent)
 }
 
+article.post > div.post-meta {
+  margin-top: 8px;
+}
+
 article.on-list > .post-content,
 article.on-list > .post-title::after {
   display: none;