Skip to content

Commit ab899f2

Browse files
authored
Update index.css
1 parent 0e11e55 commit ab899f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@
4444
}
4545

4646
@keyframes fall {
47-
to {
48-
transform: translateY(500vh);
49-
}
47+
0% { top: -10px; }
48+
100% { top: 100%; }
5049
}
5150
/*Página*/
5251
#notification {

0 commit comments

Comments
 (0)