This commit is contained in:
SBD
2024-01-19 19:25:58 +03:00
parent ae6f52c9e3
commit 6c588496c8
2 changed files with 10 additions and 5 deletions

View File

@@ -290,6 +290,9 @@
.plugin_container{
margin: 0 0 1% 0;
}
.plugin_description {
margin-bottom: 10px;
}
.right_part_plugin_container{
display: none;
}
@@ -428,7 +431,7 @@
width: 100%;
}
.right_part_footer{
width: calc(100% - 100px);
width: 200px;
text-align: -webkit-right;
float: right;
margin-top: 60px;

View File

@@ -32,11 +32,13 @@
</div>
</div>
</div>
{% if not forloop.last %}
<div class="how_dev_arrow_container">
<div class="how_dev_arrow_container">
{% if not forloop.last %}
<img class="img_how_arrow" src="{% static "images/how_dev_arrow.svg" %}">
</div>
{% endif %}
{% endif %}
</div>
</div>
{% endfor %}
</div>