Template für Box mit Bulletpoints erstellt (z.B. für "Folgende Punkte ändern sich")

This commit is contained in:
Jens Cornelsen
2024-12-16 15:21:30 +01:00
parent 4584ddfb1f
commit be7f696fe3
5 changed files with 93 additions and 44 deletions

View File

@@ -71,13 +71,15 @@ article {
hr {@apply mb-4 mt-4;}
h1 {@apply text-4xl font-normal mb-2;}
h2 {@apply text-2xl font-normal mb-2;}
h3 {@apply text-xl font-normal mb-2;}
h2{@apply text-2xl font-normal mb-2;}
h3 {@apply text-xl font-normal ml-1;}
a {@apply text-blue-700 font-medium text-lg;}
p {@apply text-lg font-normal mb-2;}
li {@apply text-lg font-normal ;}
ul {@apply list-disc list-inside mb-3;}
li {@apply text-lg font-normal list-disc}
ul {@apply list-inside mb-3;}
span {@apply text-secondary font-bold;}
}