From a12d42a11c2c4b9e0ec22197a44bc4caf6b6a5c2 Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 23 Jul 2023 15:02:13 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=C3=9Cberschriftgr=C3=B6=C3=9Fe=20des=20?= =?UTF-8?q?Kontaktformulars=20in=20der=20mobilen=20Ansicht=20gefixt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index d9d74980..313ab680 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1446,7 +1446,8 @@ footer { grid-template-rows: repeat(5, 10rem); } - h1.big_heading { + h1.big_heading, + .contact__box h1 { font-size: 3.5rem; } @@ -1612,7 +1613,7 @@ footer { transform: translateX(0) rotate(0); color: var(--wtf-orange); background-image: none; - font-size: 7.5rem; + font-size: 3.5rem; margin: 0 0 0 1.5rem; order: 1; } @@ -1922,7 +1923,7 @@ footer { transform: translateX(0) rotate(0); color: var(--wtf-orange); background-image: none; - font-size: 7.5rem; + font-size: 3.5rem; margin: 0 0 0 1.5rem; order: 1; }