stop gingerbread award from overflowing

pull/213/head
Aevann 2023-10-11 19:20:58 +03:00
parent 69db3b3cee
commit 19f3a5773f
1 changed files with 4 additions and 44 deletions

View File

@ -323,65 +323,25 @@ body {
animation-delay: 8s, 3s animation-delay: 8s, 3s
} }
.fall-gingerbread:nth-of-type(6) { .fall-gingerbread:nth-of-type(6) {
left: 60%;
animation-delay: 6s, 2s
}
.fall-gingerbread:nth-of-type(7) {
left: 70%;
animation-delay: 2.5s, 1s
}
.fall-gingerbread:nth-of-type(8) {
left: 80%;
animation-delay: 1s, 0s
}
.fall-gingerbread:nth-of-type(9) {
left: 90%;
animation-delay: 3s, 1.5s
}
.fall-gingerbread:nth-of-type(10) {
left: 100%;
animation-delay: 3s, 2s
}
.fall-gingerbread:nth-of-type(11) {
left: 5%; left: 5%;
animation-delay: 1s, 4s animation-delay: 1s, 4s
} }
.fall-gingerbread:nth-of-type(12) { .fall-gingerbread:nth-of-type(7) {
left: 15%; left: 15%;
animation-delay: 1s, 1.5s animation-delay: 1s, 1.5s
} }
.fall-gingerbread:nth-of-type(13) { .fall-gingerbread:nth-of-type(8) {
left: 25%; left: 25%;
animation-delay: 6s, 2.5s animation-delay: 6s, 2.5s
} }
.fall-gingerbread:nth-of-type(14) { .fall-gingerbread:nth-of-type(9) {
left: 35%; left: 35%;
animation-delay: 4s, 1s animation-delay: 4s, 1s
} }
.fall-gingerbread:nth-of-type(15) { .fall-gingerbread:nth-of-type(10) {
left: 45%; left: 45%;
animation-delay: 2s, 4s animation-delay: 2s, 4s
} }
.fall-gingerbread:nth-of-type(16) {
left: 55%;
animation-delay: 8s, 3s
}
.fall-gingerbread:nth-of-type(17) {
left: 65%;
animation-delay: 6s, 3s
}
.fall-gingerbread:nth-of-type(18) {
left: 75%;
animation-delay: 2.5s, 4s
}
.fall-gingerbread:nth-of-type(19) {
left: 85%;
animation-delay: 2s, 0s
}
.fall-gingerbread:nth-of-type(20) {
left: 95%;
animation-delay: 3s, 1.5s
}
.animate-spin { .animate-spin {
animation: spin 5600ms linear infinite; animation: spin 5600ms linear infinite;