forked from MarseyWorld/MarseyWorld
make pumpking award absolute and double its size
parent
1e57040cf8
commit
87d0320439
|
@ -575,7 +575,7 @@ body::after {
|
|||
}
|
||||
|
||||
.fall-pumpkin {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: -20%;
|
||||
z-index: 999;
|
||||
-webkit-user-select: none;
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<div class="fall-pumpkins">
|
||||
{% for i in range(count) %}
|
||||
<div class="fall-pumpkin">
|
||||
<img src="/e/marseypumpking.webp" class="animate-spin" style="width: 40px; height: 40px" alt="animate marsey pumpkin icon">
|
||||
<img src="/e/marseypumpking.webp" class="animate-spin" style="width: 80px; height: 80px" alt="animate marsey pumpkin icon">
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue