mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +00:00
Fix 🐟 position
This commit is contained in:
parent
c0098799ad
commit
ede896afea
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
{
|
{
|
||||||
color: #{{ fish.color }};
|
color: #{{ fish.color }};
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: {{ fish.position[0] }};
|
top: {{ fish.position[1] }};
|
||||||
left: {{ fish.position[1] }};
|
left: {{ fish.position[0] }};
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue