From 79654a399951a682604eeb7af4463b8867783d66 Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 4 Jun 2023 18:04:21 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Header=20auf=20der=20Homepage=20jetzt=20?= =?UTF-8?q?vollst=C3=A4ndig=20responsive.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zeit Abendessen zu kochen. --- assets/css/style.css | 52 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 2155abd4..74f44df6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1462,6 +1462,10 @@ footer { background: var(--wtf-dark-blue); } + .header__claim h2 { + margin-left: 1.5rem; + } + .header__claim h2 span { padding: 0 1.5rem; } @@ -1472,6 +1476,20 @@ footer { color: var(--wtf-nearly-white); } + .header__claim ul { + display: flex; + justify-content: space-between; + margin: 1.5rem; + } + + .header__claim ul li.-first, + .header__claim ul li.-second, + .header__claim ul li.-third { + color: var(--wtf-nearly-white); + margin: 0; + font-size: 1.75rem; + } + .header__sub_claim { grid-column: 1 / span 5; padding: 0; @@ -1631,6 +1649,38 @@ footer { color: var(--wtf-nearly-white); } + .header__claim h2 { + margin-left: 0.5rem; + } + + .header__claim h2 span { + padding: 0 0.5rem; + } + + .header__claim p { + margin: 0; + padding: 1.5rem; + color: var(--wtf-nearly-white); + } + + .header__claim ul { + display: flex; + justify-content: space-between; + margin: 1rem; + } + + .header__claim ul li.-first, + .header__claim ul li.-second, + .header__claim ul li.-third { + color: var(--wtf-nearly-white); + margin: 0; + font-size: 1.25rem; + } + + .header__claim ul li::before { + content: unset; + } + .header__sub_claim { grid-column: 1 / span 5; padding: 0; @@ -1681,7 +1731,7 @@ footer { /* slim header - end */ .sub_claim__box { - padding-bottom: 2.5rem; + padding: 0 1rem 1rem 1rem; } /* mobile nav - Start */