Tidy the code.

This commit is contained in:
Edward Betts 2023-09-24 18:47:47 +01:00
parent 045b41005c
commit d4e8140b9d

View file

@ -3,21 +3,19 @@
{% block style %} {% block style %}
<style> <style>
.images { .images {
position: absolute; position: absolute;
right: -200px; right: -200px;
top: 0; top: 0;
width: 180px; width: 180px;
} }
.image { .image {
max-width: 100%; max-width: 100%;
} }
.container { .container {
position: relative; position: relative;
} }
</style> </style>
{% endblock %} {% endblock %}