From f695bdecac6b24cfb594fb1d9c8ddd8fe667e701 Mon Sep 17 00:00:00 2001 From: sirgoofy Date: Thu, 28 Jan 2021 22:15:24 +0100 Subject: [PATCH] Decresed h1 font size --- _sass/_chaospott.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index 1cdeede..f87c40a 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -23,8 +23,8 @@ body { margin: 0; padding: 0; .post-title { - font-size: 63px; - font-weight: bold; + font-size: 42px; + font-weight: normal; } &>hr { background-color: #333;