Skip to content

Commit

Permalink
chore: update animation
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Sep 1, 2024
1 parent d0fa10d commit f98e1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ img {
}

.animate {
@apply translate-y-3 opacity-0;
@apply -translate-y-3 opacity-0;
@apply transition-all duration-300 ease-out;
}

Expand Down

0 comments on commit f98e1ed

Please sign in to comment.