This commit is contained in:
2025-05-13 11:57:27 -07:00
parent 6cfebbe618
commit bd46351fe1
3 changed files with 23 additions and 1 deletions

View File

@@ -9,6 +9,18 @@
width: 100%;
display: flex;
justify-content: space-between;
max-width: 100%;
gap: 3rem;
align-items: center;
img {
max-width: 358px;
}
svg {
width: 50px;
height: 50px;
}
}
#mobile-nav-toggle {