layout redesign

This commit is contained in:
2026-05-09 10:40:58 +02:00
parent 828bdce906
commit 9c913adacd
8 changed files with 712 additions and 229 deletions
+10 -3
View File
@@ -117,9 +117,16 @@ code, pre, kbd, samp {
/* Prose — readable column, calm hierarchy */
.prose {
color: var(--text);
max-width: 70ch;
line-height: 1.7;
font-size: 1rem;
max-width: 72ch;
margin-left: auto;
margin-right: auto;
line-height: 1.75;
font-size: 1.05rem;
}
@media (min-width: 768px) {
.prose {
font-size: 1.0625rem;
}
}
.prose h1 {
font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);