From b61a54de22efc5e475dcd3cfe1fa0f96344dd297 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Thu, 31 Aug 2023 21:53:16 -0500 Subject: [PATCH] bigger title --- src/styles/post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/post.scss b/src/styles/post.scss index c595bf4..43be4f4 100644 --- a/src/styles/post.scss +++ b/src/styles/post.scss @@ -1,6 +1,6 @@ .post-title { font-size: 2rem; - font-weight: 500; + font-weight: 600; margin-bottom: 12px; }