Skip to content

Commit

Permalink
Removed mobile animation delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 19, 2024
1 parent e19ca86 commit 0049e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default {
.masonry-item {
padding: 4rem;
animation: fadeSlideUp 1.5s forwards;
animation-delay: 6s;
animation-delay: 0s;
}
}
Expand Down

0 comments on commit 0049e3a

Please sign in to comment.