From ababd036b8f2bd3a3349aa0270b8e431df852003 Mon Sep 17 00:00:00 2001 From: Junyi Hou Date: Mon, 4 Mar 2024 14:53:05 +0800 Subject: [PATCH] update the margin of "To all ..." --- assets/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index fb5126f..5f04028 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -237,6 +237,7 @@ header h2 { .site-title { display: inline; white-space: nowrap; + font-weight: 700; } header nav:not(:empty){ @@ -489,6 +490,7 @@ article header h1 a { color: var(--post-info-color); font-size: 0.75em; margin-top: 1em; + margin-bottom: 1em; } .post-info a {