Skip to content

Commit c8069fd

Browse files
committed
Update style.css
1 parent 46b4b30 commit c8069fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ input::placeholder {
481481
animation: spin 1.2s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
482482
}
483483
@keyframes spin {
484-
0% { rotate:0deg;}
485-
100% {rotate:360deg;}
484+
0% { transform:rotate(0deg);}
485+
100% {transform:rotate(360deg);}
486486
}
487487

488488
.icon-success,

0 commit comments

Comments
 (0)