Datenschutzerklärung angelegt

This commit is contained in:
2025-09-06 16:00:05 +02:00
parent 89debde29c
commit f505014831
2 changed files with 45 additions and 0 deletions
+20
View File
@@ -65,6 +65,26 @@
@apply text-3xl pt-12;
}
.datenschutz h4 {
@apply text-3xl pt-12;
}
.datenschutz h5 {
@apply text-2xl pt-12;
}
.datenschutz p {
@apply mb-2;
}
.datenschutz ul {
@apply list-disc list-inside ml-4;
}
.datenschutz li {
@apply text-xl;
}
p a {
@apply text-sf_blau-500 font-bold hover:text-sf_gelb-600;
}