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:
parent
fb52af979a
commit
f6be63dfb1
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue