[TASK] refactor code and add base css components

This commit is contained in:
Marie Birner
2023-04-07 09:44:08 +02:00
parent 0ee9967d3a
commit 1490b191af
14 changed files with 165 additions and 133 deletions

View File

@ -0,0 +1,3 @@
.h1 {
@apply text-center text-3xl uppercase tracking-wide font-bold text-primary-900;
}