0.0.173
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user