fix: Positionierung der Texts fürs Hamburgermenü gefixt.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/spielwiese Build is passing

This commit is contained in:
muli 2023-06-04 22:28:18 +02:00
parent 477efb7104
commit 116ddf426d

View File

@ -81,10 +81,10 @@ body {
} }
.primary_nav__toggle p { .primary_nav__toggle p {
margin: 0.5rem 0 0 0; margin: 0;
padding: 0; padding: 0 0 0 0;
position: relative; position: relative;
left: -0.2rem; right: 0.5rem;
bottom: 0.65rem; bottom: 0.65rem;
color: var(--wtf-nearly-black); color: var(--wtf-nearly-black);
} }