fix type animation-delay typos

master
Aevann 2023-10-11 19:06:34 +03:00
parent 99d0bc06e4
commit 95baacfa09
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {