From 78ad090acd4f3341b0c3d87f0d4c74074d3e9ad9 Mon Sep 17 00:00:00 2001 From: Wil Wade Date: Mon, 18 Nov 2024 15:02:00 -0500 Subject: [PATCH] Fix h3 sizes --- src/style/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/app.css b/src/style/app.css index 1c30956d..caff124f 100644 --- a/src/style/app.css +++ b/src/style/app.css @@ -32,7 +32,7 @@ } .title-h3 { - @apply font-title text-[40px] leading-[1] tracking-wider md:text-[40px] lg:text-[44px]; + @apply font-title text-[30px] leading-[1] tracking-wider sm:text-[36px] md:text-[40px] lg:text-[44px]; } .title-h5 {