Replace section-title page with proper title page (p.2)
Page structure: imprint (p.1) → title page (p.2) → TOC (p.3) → stories (p.4+). Title page shows title/subtitle/author in Cormorant Garamond. Removes the artificial section-title buffer in favour of a meaningful front matter page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+5
-11
@@ -102,27 +102,21 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* ── Section title page ── */
|
||||
.page--section {
|
||||
/* ── Title page ── */
|
||||
.page--titlepage {
|
||||
background: var(--cream, #faf8f2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.section-title-inner {
|
||||
.titlepage-inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.8rem;
|
||||
gap: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.section-rule {
|
||||
display: block;
|
||||
width: 3rem;
|
||||
height: 1px;
|
||||
background: rgba(30, 27, 24, 0.25);
|
||||
padding: 0 0.8in;
|
||||
}
|
||||
|
||||
/* ── Finale page ── */
|
||||
|
||||
Reference in New Issue
Block a user