From f6be63dfb11e2eb396a9da363c8268c672f81ea2 Mon Sep 17 00:00:00 2001 From: Frank Meeuwsen Date: Thu, 2 Apr 2026 15:22:55 +0200 Subject: [PATCH] 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) --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;