fix(website): hamburger menu alignment on mobile

This commit is contained in:
Elian Doran 2025-09-30 21:56:32 +03:00
parent 5279601105
commit 28a79baa01
No known key found for this signature in database

View File

@ -75,8 +75,7 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
flex-grow: 1;
align-self: stretch;
width: 100%;
}
.menu-toggle {