From bce6cd4506491235a16e778bae9808a03fb2478e Mon Sep 17 00:00:00 2001 From: grassblock Date: Sat, 7 Jun 2025 17:54:31 +0800 Subject: [PATCH] feat: adjust margin between content and article info --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 476c9e7..40364c7 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -192,7 +192,7 @@ h1.title { margin-bottom: 0.5rem; } div.content { - margin-bottom: 2rem; + margin: 1rem auto; span.date { color: var(--secondary-text-color); font-size: 0.9rem;