From 823f781d1ecbb41aa80f642132572d2c943d4d6c Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Fri, 19 Jan 2024 21:41:58 +1100 Subject: [PATCH] Update header style --- src/theme/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/theme/global.css b/src/theme/global.css index 2ee05b9..1efd1bf 100644 --- a/src/theme/global.css +++ b/src/theme/global.css @@ -53,7 +53,7 @@ } .blog-title { - font-size: 3rem; + font-size: 2.5rem; font-weight: bolder; } @@ -67,8 +67,8 @@ article { padding: calc(var(--block-spacing-vertical) / 2) 0; } -article > header > h2, -article > header > p { +article>header>h2, +article>header>p { margin-bottom: 0; }