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 %}
<style>
.images {
position: absolute;
right: -200px;
top: 0;
width: 180px;
position: absolute;
right: -200px;
top: 0;
width: 180px;
}
.image {
max-width: 100%;
max-width: 100%;
}
.container {
position: relative;
}
</style>
{% endblock %}