Fix: styles article-body — padding, alignement, typographie
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m21s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-10 19:31:56 +01:00
parent 3c5b4f76dd
commit 1a036774f8

View file

@ -224,13 +224,14 @@
/* --- Body (rich text from Kirby blocks) --- */
.article-body {
line-height: 1.8;
margin-bottom: 4rem;
text-align: left;
margin-bottom: 1.25rem;
padding: 0 15%;
}
.article-body :global(h2),
.article-body :global(h3) {
font-family: "Danzza Bold", sans-serif;
margin: 2rem 0 1rem;
font-family: "Danzza", sans-serif;
line-height: 1.3;
}
@ -240,11 +241,13 @@
.article-body :global(h3) {
font-size: 22px;
margin: 25px 0 15px;
}
.article-body :global(p) {
font-family: "Danzza", sans-serif;
font-size: 1rem;
margin-bottom: 1.25rem;
font-size: var(--font-size-paragraph);
}
.article-body :global(a) {