it only affects mobile

pull/225/head
Aevann 2024-03-02 13:05:16 +02:00
parent 46518892f2
commit 1b1b3cc38f
1 changed files with 1 additions and 1 deletions

View File

@ -86,12 +86,12 @@
.emoji-hz-award {
animation: emoji-hz 12s;
left: -4%
}
@media (max-width: 768px) {
.emoji-hz-award {
animation: emoji-hz 6s;
left: -4%
}
}