From e23620d10a5fb27f613e5b71cb0627fb1c4076b3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 06:17:46 -0400 Subject: add 404/sitemap/robots.txt + improve random stuff --- src/styles/global.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/styles') diff --git a/src/styles/global.sass b/src/styles/global.sass index e03270c..a6d45e2 100644 --- a/src/styles/global.sass +++ b/src/styles/global.sass @@ -10,13 +10,13 @@ html font-family: "Noto Sans", sans-serif h1 - @apply text-2xl + @apply text-base text-2xl h2 - @apply text-xl + @apply text-base text-xl h3 - @apply text-lg + @apply text-base text-lg p,li @apply text-base -- cgit v1.2.3