summaryrefslogtreecommitdiff
path: root/beauty.scss
diff options
context:
space:
mode:
authorMilan Mišić <fridolin.411@web.de>2023-12-24 15:48:14 +0100
committerMilan Mišić <fridolin.411@web.de>2023-12-24 15:48:14 +0100
commitba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 (patch)
tree95b5c05b959287f898a0ce32c33879f28a9aff69 /beauty.scss
parentf49148f130bb949b337163038793d9a8b5673b36 (diff)
Cleanup of some wording
Diffstat (limited to 'beauty.scss')
-rwxr-xr-xbeauty.scss6
1 files changed, 3 insertions, 3 deletions
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;