Fix: styles article-body — padding, alignement, typographie
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m21s
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:
parent
3c5b4f76dd
commit
1a036774f8
1 changed files with 7 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue