From 1dbb075cd8bc3f217c863965f0107b13fd348dad Mon Sep 17 00:00:00 2001 From: tobias Date: Mon, 20 May 2024 08:22:47 +0200 Subject: [PATCH] Style h4, h5, h6 --- astro/src/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/global.css b/astro/src/global.css index 33861ae..147a5db 100644 --- a/astro/src/global.css +++ b/astro/src/global.css @@ -81,7 +81,7 @@ } h4, h5, h6 { - @apply text-xl font-semibold; + @apply text-2xl font-medium; } p, span, li, a {