style(nav): remove duplicate display property in mobile nav links
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 24s

This commit is contained in:
2026-05-14 17:40:51 +00:00
parent 565c8b304d
commit 76b1ec58c2

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,