From ba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Sun, 24 Dec 2023 15:48:14 +0100 Subject: Cleanup of some wording --- beauty.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'beauty.scss') diff --git a/beauty.scss b/beauty.scss index c226454..9ee11ba 100755 --- a/beauty.scss +++ b/beauty.scss @@ -1,7 +1,7 @@ -/// Rather than writing an asslong stylesheet for every page, the parent style is defined here and then just reads a pagestle SCSS sheet +/// Import stylesheet for pages @use 'page'; -// And here's the stylesheet for all used fonts: +// Import fonts @use 'fonts'; // The SCSS stylesheet for my good old website twoexem.com @@ -20,7 +20,7 @@ body { width: 90%; max-width: auto; margin: 2em auto; - font: 18px 'Prompt'; + font: 19px 'Prompt'; letter-spacing: -1px; background-image: url("resources/bg.jpg"); background-repeat: no-repeat; -- cgit v1.2.3