diff --git a/src/index.css b/src/index.css index fb6134b..2bc5403 100644 --- a/src/index.css +++ b/src/index.css @@ -107,7 +107,7 @@ @apply font-display text-2xl md:text-3xl font-bold leading-snug text-warm-900 mb-4 mt-10; } .prose-installatie h3 { - @apply font-display text-xl md:text-2xl font-semibold leading-snug text-warm-800 mb-3; + @apply font-display text-xl md:text-2xl font-semibold leading-snug text-warm-800 mb-3 mt-8; } .prose-installatie p { @apply text-warm-600 mb-4; @@ -122,10 +122,10 @@ @apply rounded-xl border border-warm-200 mb-6; } .prose-installatie ul { - @apply list-disc pl-6 space-y-1 text-warm-600; + @apply list-disc pl-6 space-y-2 text-warm-600; } .prose-installatie ol { - @apply space-y-4 text-warm-600; + @apply list-decimal pl-6 space-y-2 text-warm-600; } .prose-installatie strong { @apply font-semibold text-warm-900;