fix: Positionierung der Texts fürs Hamburgermenü gefixt.

This commit is contained in:
muli 2023-06-04 22:28:18 +02:00
parent c0934e5826
commit 22412c0236
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}