[WIP] styling kiosk page

This commit is contained in:
Marie Birner
2023-07-30 14:31:15 +02:00
parent bf2135b1b3
commit 2ff7e24cbd
4 changed files with 28 additions and 19 deletions

View File

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