Skip to content

Commit

Permalink
Consistent header animation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrahadi committed May 29, 2024
1 parent b97ca77 commit de46585
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/components/header-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@
&:nth-child(4) {
animation-delay: 0.3s;
}

&:nth-child(5) {
animation-delay: 0.3s;
}
&:nth-child(6) {
animation-delay: 0.4s;
}
}
}

Expand Down

0 comments on commit de46585

Please sign in to comment.