1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-10-16 14:27:27 +00:00

Fix 🐟 position

This commit is contained in:
Steffo 2017-09-22 11:50:39 +02:00
parent c0098799ad
commit ede896afea

View file

@ -7,8 +7,8 @@
{
color: #{{ fish.color }};
position: absolute;
top: {{ fish.position[0] }};
left: {{ fish.position[1] }};
top: {{ fish.position[1] }};
left: {{ fish.position[0] }};
}
{% endfor %}