From f38966d150b78a12a99d0d63427557e27c839755 Mon Sep 17 00:00:00 2001 From: muli Date: Sat, 23 Mar 2024 21:09:40 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Position=20des=20Submen=C3=BCs=20gefixt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 8dab6e6..89c28b0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1495,6 +1495,10 @@ footer { margin-right: 0.5rem; } + .primary_nav__sub_navlist.-open { + margin-top: 0.7rem; + } + .header__claim { margin-top: 0.5rem; } @@ -1661,6 +1665,10 @@ footer { display: none; } + .primary_nav__sub_navlist.-open { + margin-top: 2.3rem; + } + .content__inner_box.-logo_header { margin: -0.5rem 1.5rem 0 1.5rem; }