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