From 39de176fa7877467e9e12ccc5d9627e50ed86730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 18:23:47 +0100 Subject: [PATCH] Footer-Headline verkleinert --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 7252d26..3e5c124 100644 --- a/styles.css +++ b/styles.css @@ -545,7 +545,7 @@ button { } .section-title--claim { - font-size: clamp(4rem, 5.7vw, 5.8rem); + font-size: clamp(2.6rem, 4.4vw, 4.3rem); max-width: none; line-height: 0.92; }