feat: button design, icons fix

This commit is contained in:
2024-12-14 01:56:35 +01:00
parent de23d5214c
commit ba359c07a5
6 changed files with 30 additions and 43 deletions

View File

@@ -120,6 +120,7 @@ header {
@media (max-width: $breakpoint-lg) {
.nav-toggle {
display: block;
margin-left: auto; // move toggle to the right on mobile
}
.nav-links {
@@ -130,6 +131,7 @@ header {
flex-direction: column;
max-height: 0;
overflow: hidden;
background: #fff; // Add white background for mobile dropdown
@include transition(max-height, 0.4s);
.nav-item {