From ae66cfc5ce0b9a728908cfd3a957248058279203 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 29 Jul 2021 11:59:09 +0200 Subject: [PATCH] fix: use the same sizing on body and html --- src/scss/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index f6e0767..c2f95eb 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -16,7 +16,7 @@ margin: 0; } -body { +html, body { font-family: $basefont; text-align: left; font-size: $fontsize;