fix tfe page: scope common.css header to body>header, fix grid width collapse, remove overflow-y clip

This commit is contained in:
Pontoporeia
2026-04-07 14:37:53 +02:00
parent 3a1cd5b43e
commit 55c6ac21b8
3 changed files with 23 additions and 18 deletions

View File

@@ -13,7 +13,6 @@
.tfe-main {
flex: 1;
overflow-y: auto;
padding: 2rem 1.5rem 3rem;
}
@@ -22,7 +21,9 @@
display: grid;
grid-template-columns: 1fr 1.4fr;
gap: 3rem;
width: 100%;
max-width: 1200px;
align-items: start;
}
/* Left column — article header */
@@ -32,14 +33,14 @@
gap: 1.5rem;
}
/* Author (p) — above title, smaller */
/* Author (p) — above title */
.tfe-author {
font-family: var(--font-body);
font-size: 1rem;
font-family: var(--font-display);
font-size: 1.4rem;
font-weight: 400;
color: var(--text-primary);
margin: 0;
line-height: 1.4;
line-height: 1.3;
}
/* Title (h1) — primary heading, very large */