Tidy the code.
This commit is contained in:
parent
045b41005c
commit
d4e8140b9d
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue