0.0.174
This commit is contained in:
@@ -49,6 +49,10 @@ body.n_scroll{
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.without_background{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.content{
|
.content{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
|
|||||||
@@ -287,6 +287,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
|
.w_one_present{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
.plugin_container{
|
.plugin_container{
|
||||||
margin: 0 0 1% 0;
|
margin: 0 0 1% 0;
|
||||||
}
|
}
|
||||||
@@ -494,3 +497,9 @@
|
|||||||
width: 180px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 380px) {
|
||||||
|
.descript_process_container{
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
<div class="w_one_present{% if forloop.counter|divisibleby:2 %} even{% else %} odd{% endif %}">
|
<div class="w_one_present{% if forloop.counter|divisibleby:2 %} even{% else %} odd{% endif %}" style="{% if widget.bg_color %}background: {{ widget.bg_color }};{% endif %}
|
||||||
|
{# {% if not bg_color %}padding: 0;{% endif %}#}
|
||||||
|
">
|
||||||
<div class="txt_part_w_one_present">
|
<div class="txt_part_w_one_present">
|
||||||
{% if widget.name %}
|
{% if widget.name %}
|
||||||
<div class="title_w_one_present standart_txt">
|
<div class="title_w_one_present standart_txt">
|
||||||
|
|||||||
Reference in New Issue
Block a user