Fix page parity: images on even (left) pages, text on odd (right) pages
Add a section-title page ("Die Geschichten") as page 3 so all stories
begin on page 4. Image and text for each scene now land on the same
facing spread (even=left image, odd=right text). Page count: 99 → 100.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -155,6 +155,22 @@ body {
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
/* ── Section title page ── */
|
||||
.section-ornament {
|
||||
font-family: var(--font-display);
|
||||
font-size: 1.8rem;
|
||||
color: var(--ink-muted);
|
||||
}
|
||||
|
||||
.section-title {
|
||||
font-family: var(--font-display);
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-size: 2.2rem;
|
||||
color: var(--ink);
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
|
||||
/* ── Finale overlay ── */
|
||||
.finale-overlay h2 {
|
||||
font-family: var(--font-display);
|
||||
|
||||
Reference in New Issue
Block a user