forked from MarseyWorld/MarseyWorld
fix type animation-delay typos
parent
99d0bc06e4
commit
95baacfa09
|
@ -335,7 +335,7 @@ body {
|
|||
}
|
||||
.fall-snowflake:nth-of-type(9) {
|
||||
left: 90%;
|
||||
animation delay: 3s, 1.5s
|
||||
animation-delay: 3s, 1.5s
|
||||
}
|
||||
.fall-snowflake:nth-of-type(10) {
|
||||
left: 100%;
|
||||
|
@ -379,7 +379,7 @@ body {
|
|||
}
|
||||
.fall-snowflake:nth-of-type(20) {
|
||||
left: 95%;
|
||||
animation delay: 3s, 1.5s
|
||||
animation-delay: 3s, 1.5s
|
||||
}
|
||||
|
||||
.animate-spin {
|
||||
|
|
|
@ -622,7 +622,7 @@ body::after {
|
|||
}
|
||||
.fall-pumpkin:nth-of-type(9) {
|
||||
left: 90%;
|
||||
animation delay: 3s, 1.5s
|
||||
animation-delay: 3s, 1.5s
|
||||
}
|
||||
.fall-pumpkin:nth-of-type(10) {
|
||||
left: 100%;
|
||||
|
@ -666,7 +666,7 @@ body::after {
|
|||
}
|
||||
.fall-pumpkin:nth-of-type(20) {
|
||||
left: 95%;
|
||||
animation delay: 3s, 1.5s
|
||||
animation-delay: 3s, 1.5s
|
||||
}
|
||||
|
||||
.animate-spin {
|
||||
|
|
Loading…
Reference in New Issue