Startseite fertiggestellt, GEG Zusammenfassung

This commit is contained in:
Jens Cornelsen
2025-01-02 22:03:02 +01:00
parent 428c98818a
commit 97e7da6e46
12 changed files with 853 additions and 37 deletions

View File

@@ -71,7 +71,7 @@ input:disabled, input:read-only, select:disabled {
article {
@apply w-full relative bg-white px-0 py-0;
hr {@apply mb-4 mt-4;}
hr {@apply mb-4 mt-4 border-primary;}
h1 {@apply text-4xl font-normal mb-2;}
h2{@apply text-2xl font-normal mb-2;}
@@ -79,13 +79,11 @@ article {
a {@apply text-blue-700 font-medium inline;}
p {@apply text-lg font-normal mb-2;}
li {@apply text-lg font-normal}
ul {@apply inline-block}
p {@apply text-lg font-normal pl-2 pr-2 mb-4;}
li {@apply text-lg font-normal }
ul {@apply list-disc list-inside mb-4}
span {@apply text-secondary font-bold;}
}