forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 12:23:52 -06:00
parent 93192aec23
commit 2c9ab5c82f
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<div class="snowflakes">
{% for i in range(count) %}
<div class="snowflake pointer-events-none animate-spin">
<img src="/assets/christmas/ginger2-1.png" width="40" alt="animated marsey gingerbread icon"/>
<div class="snowflake pointer-events-none">
<img src="/assets/christmas/ginger2-1.png" class="animate-spin" width="40" alt="animate marsey gingerbread icon"/>
</div>
{% endfor %}
</div>