Split galerie's second section into title + text fields

- Add header.section2_title (CMS field: "Titel - rechts beneden")
  alongside header.section2_text ("Tekst - rechts beneden")
- Render the title as its own heading above the text, instead of
  folding it into the markdown body
- Zero out the heading's top margin so it aligns with the top of the
  adjacent image grid

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
GitSync
2026-08-30 16:39:23 +02:00
co-authored by Claude Sonnet 5
parent 10fe64cd97
commit c00bdaee7c
4 changed files with 13 additions and 2 deletions
+4
View File
@@ -188,6 +188,10 @@ footer {
margin-bottom: 0.75rem;
}
.content-text h2.section-subtitle {
margin-top: 0;
}
@media (min-width: 768px) {
.content-text h2 {
font-size: 1.7em;