From c86fa28cf2e7262424b604a1714c4b1a4f206654 Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 4 Jun 2023 17:07:18 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Men=C3=BCdarstellung=20unter=20850px-Bre?= =?UTF-8?q?ite=20gefixt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 1fc3738..89801f6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1340,7 +1340,20 @@ footer { } .primary_nav__navlist { - display: flex !important; + width: 100%; + justify-content: space-evenly; + } + + .primary_nav__navitem, + .primary_nav__navlink { + padding-right: 0; + } + + .primary_nav__navitem { + margin: 0; + padding: 0.25rem 0 0 0; + list-style: none; + display: block; } .secondary_nav__navlist {