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

View File

@@ -32,11 +32,13 @@
</div> </div>
</div> </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" %}"> <img class="img_how_arrow" src="{% static "images/how_dev_arrow.svg" %}">
</div> {% endif %}
{% endif %} </div>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>