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; } }