From 5e0de4485d5984732f709a46f45c56efbed9a8db Mon Sep 17 00:00:00 2001 From: Honoka55 <1915637207@qq.com> Date: Wed, 28 Feb 2024 21:03:14 +0800 Subject: [PATCH] fix: better h1 margin --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 1f5fe18..5ebcabf 100644 --- a/style.css +++ b/style.css @@ -34,8 +34,7 @@ body { h1 { color: #849; font-size: 42px; - text-align: center; - margin-bottom: 0; + margin: 0 auto; font-family: figure, kana, kanji; font-weight: normal; white-space: nowrap;