mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 03:29:19 +02:00
fix tfe page: scope common.css header to body>header, fix grid width collapse, remove overflow-y clip
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user