TopComponent: Increase size

This commit is contained in:
Florian RICHER 2023-06-04 20:23:14 +02:00
parent 657af4ca1e
commit 2dce11498b

View file

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