Fix #27: Mobile Navigation – Hamburger-Menü implementieren #32

Merged
greggy merged 2 commits from feature/issue-27-hamburger-menu into main 2026-05-14 20:46:20 +02:00
Showing only changes of commit 76b1ec58c2 - Show all commits

View File

@@ -1146,10 +1146,9 @@ footer {
font-size: 1rem;
padding: 1rem 0;
border-bottom: 1px solid var(--warm);
display: block;
min-height: 44px;
display: flex;
align-items: center;
min-height: 44px;
}
nav.mobile-open .nav-hamburger span,