TopComponent: Increase size
This commit is contained in:
parent
657af4ca1e
commit
2dce11498b
1 changed files with 3 additions and 3 deletions
|
@ -17,15 +17,15 @@
|
||||||
@apply flex flex-col gap-3;
|
@apply flex flex-col gap-3;
|
||||||
|
|
||||||
& > h1 {
|
& > h1 {
|
||||||
@apply font-bold text-2xl;
|
@apply font-bold text-3xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > h4 {
|
& > h4 {
|
||||||
@apply font-semibold text-base;
|
@apply font-semibold text-xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > p {
|
& > p {
|
||||||
@apply font-normal text-sm;
|
@apply font-normal text-base;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue