Skip to content

Commit

Permalink
mobile menu animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn Zschernack committed Nov 8, 2023
1 parent 93c0d36 commit 6cfa462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/includes/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
height: 3px;
margin-bottom: 8px;
display: block;
transition: all .3s ease-in-out;
&:nth-child(1) {
margin-top:0
}
Expand Down
1 change: 1 addition & 0 deletions scss/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ body header .contact .clock:before {
height: 3px;
margin-bottom: 8px;
display: block;
transition: all 0.3s ease-in-out;
}
#menuopener #nav-icon span:nth-child(1) {
margin-top: 0;
Expand Down

0 comments on commit 6cfa462

Please sign in to comment.