fix: list spacing en heading margins in prose-installatie

- ol: list-decimal + pl-6 toegevoegd voor nummering
- ul en ol beide naar space-y-2 voor gebalanceerd ritme
- h3: mt-8 toegevoegd voor ademruimte boven koppen

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Frank Meeuwsen 2026-04-02 15:22:55 +02:00
parent fb52af979a
commit f6be63dfb1

View file

@ -107,7 +107,7 @@
@apply font-display text-2xl md:text-3xl font-bold leading-snug text-warm-900 mb-4 mt-10; @apply font-display text-2xl md:text-3xl font-bold leading-snug text-warm-900 mb-4 mt-10;
} }
.prose-installatie h3 { .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 { .prose-installatie p {
@apply text-warm-600 mb-4; @apply text-warm-600 mb-4;
@ -122,10 +122,10 @@
@apply rounded-xl border border-warm-200 mb-6; @apply rounded-xl border border-warm-200 mb-6;
} }
.prose-installatie ul { .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 { .prose-installatie ol {
@apply space-y-4 text-warm-600; @apply list-decimal pl-6 space-y-2 text-warm-600;
} }
.prose-installatie strong { .prose-installatie strong {
@apply font-semibold text-warm-900; @apply font-semibold text-warm-900;