From 2dce11498b54834d052892a999a113a23c07094c Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 4 Jun 2023 20:23:14 +0200 Subject: [PATCH] TopComponent: Increase size --- src/components/TopComponent.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TopComponent.scss b/src/components/TopComponent.scss index 5c83901..4221be2 100644 --- a/src/components/TopComponent.scss +++ b/src/components/TopComponent.scss @@ -17,15 +17,15 @@ @apply flex flex-col gap-3; & > h1 { - @apply font-bold text-2xl; + @apply font-bold text-3xl; } & > h4 { - @apply font-semibold text-base; + @apply font-semibold text-xl; } & > p { - @apply font-normal text-sm; + @apply font-normal text-base; } }