From cd265b2fa8938f1e79e30c383f12d81951913cb5 Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Fri, 9 Aug 2024 23:41:19 +0100 Subject: [PATCH] Increase font size --- src/styles/tailwind.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/tailwind.scss b/src/styles/tailwind.scss index 86a3aac..f120378 100644 --- a/src/styles/tailwind.scss +++ b/src/styles/tailwind.scss @@ -3,7 +3,10 @@ @apply text-blue-700 underline; } p { - @apply my-4; + @apply text-xl my-4; + } + table { + @apply text-xl; } blockquote, @@ -16,7 +19,7 @@ } h1 { - @apply text-4xl font-bold my-2; + @apply text-3xl font-bold my-2; } h2 {