From f952218edec4e1a30aa84ddd4d25e493664a18e0 Mon Sep 17 00:00:00 2001 From: sirgoofy Date: Thu, 28 Jan 2021 22:13:44 +0100 Subject: [PATCH] Increased h1 font size --- _sass/_chaospott.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index b7e752a..1cdeede 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -23,7 +23,7 @@ body { margin: 0; padding: 0; .post-title { - font-size: 26px; + font-size: 63px; font-weight: bold; } &>hr {