From 7358bf938df18fbcfd777a3a3904e3abeaf7bc15 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 19 Dec 2021 17:59:21 +0800 Subject: [PATCH] :bug: Style: fix content h1 style (https://github.com/Lruihao/hugo-blog/issues/8) --- assets/css/_page/_single.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/_page/_single.scss b/assets/css/_page/_single.scss index 631eaa06..ceef74d6 100644 --- a/assets/css/_page/_single.scss +++ b/assets/css/_page/_single.scss @@ -52,7 +52,7 @@ } .content { - > h2 { + > h1, > h2 { font-size: 1.5rem; & code {