feat: button design, icons fix
This commit is contained in:
parent
de23d5214c
commit
ba359c07a5
6 changed files with 30 additions and 43 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue