From 9725cdf3cfe991487b3df8406f0d3df8904810e1 Mon Sep 17 00:00:00 2001 From: Dogfather Date: Sun, 2 Aug 2026 20:37:17 +0200 Subject: [PATCH] =?UTF-8?q?Flie=C3=9Ftext=20deutlicher=20vergr=C3=B6=C3=9F?= =?UTF-8?q?ert=20(vorheriger=20Schritt=20war=20zu=20subtil,=20kaum=20wahrn?= =?UTF-8?q?ehmbar)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index a4f46fe..9cc5531 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -47,12 +47,12 @@ h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 700; } -h1 { font-size: clamp(2.05rem, 5.1vw, 3.3rem); } -h2 { font-size: clamp(1.78rem, 3.9vw, 2.7rem); } -h3 { font-size: 1.48rem; } -p { margin: 0 0 1em; color: var(--text-muted); font-size: 1.2rem; line-height: 1.85; } -.lead { font-size: 1.38rem; color: var(--text); } -.quote { font-size: 1.28rem; } +h1 { font-size: clamp(2.2rem, 5.4vw, 3.5rem); } +h2 { font-size: clamp(1.95rem, 4.3vw, 2.95rem); } +h3 { font-size: 1.62rem; } +p { margin: 0 0 1em; color: var(--text-muted); font-size: 1.32rem; line-height: 1.85; } +.lead { font-size: 1.5rem; color: var(--text); } +.quote { font-size: 1.4rem; } .container { width: min(1180px, 92vw);