Skip to content

Commit

Permalink
Fix big X animation delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoArchivist committed May 27, 2024
1 parent 4a3aa91 commit 53dfdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/XMark.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
.delay .xmark.a {
animation-delay: 0.5s;
animation-delay: 0.6s;
}
.a {
Expand Down

0 comments on commit 53dfdd6

Please sign in to comment.