Improve style

This commit is contained in:
Florian RICHER 2023-12-09 19:44:55 +01:00
parent 48f3c27a20
commit 264f34cc81
5 changed files with 23 additions and 4 deletions

View file

@ -3,7 +3,7 @@
@apply flex flex-col md:flex-row items-center justify-between p-5;
& h1 {
@apply text-center text-6xl mb-5 flex-1;
@apply my-3 font-bold text-center text-6xl mb-5 flex-1;
}
}
}