From 69a4779f070e627cb8f90dc3c29dcfe7357a48eb Mon Sep 17 00:00:00 2001 From: Vrifox Date: Wed, 17 Feb 2021 15:31:20 +0100 Subject: [PATCH] adapted more of the blog theme --- scss/import/www.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/import/www.scss b/scss/import/www.scss index e1aafaa..cef1d2f 100644 --- a/scss/import/www.scss +++ b/scss/import/www.scss @@ -20,12 +20,12 @@ body { font-size: 32px; } main { - font-size: 18px; - line-height: 31px; + font-size: 20px; + line-height: 34px; margin: 80px 20px; .container { margin: 0 auto; - max-width: 580px; + max-width: 610px; } } }