style: some styling for privacy page

This commit is contained in:
Riccardo
2023-12-16 10:48:54 +01:00
parent bcc64eaef6
commit 9ab92751bd
5 changed files with 121 additions and 94 deletions

View File

@@ -75,3 +75,15 @@
@apply bg-custom-background bg-size-cover;
}
}
.styledH2 {
@apply text-xl font-bold;
}
.styledH3 {
@apply text-lg font-semibold;
}
.styledH4 {
@apply text-base font-medium;
}