From 22412c023650501bbdf29bbc5233db70274c3bc2 Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 4 Jun 2023 22:28:18 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Positionierung=20der=20Texts=20f=C3=BCrs?= =?UTF-8?q?=20Hamburgermen=C3=BC=20gefixt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5d207a0..41ab92f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -81,10 +81,10 @@ body { } .primary_nav__toggle p { - margin: 0.5rem 0 0 0; - padding: 0; + margin: 0; + padding: 0 0 0 0; position: relative; - left: -0.2rem; + right: 0.5rem; bottom: 0.65rem; color: var(--wtf-nearly-black); }