0.0.42
This commit is contained in:
@@ -369,7 +369,7 @@ body,html{
|
||||
.descript_process_block{
|
||||
display: flex;
|
||||
width: calc(100% - 276px);
|
||||
margin: 0 138px 0 138px;
|
||||
padding-bottom: 130px;
|
||||
}
|
||||
|
||||
.descript_process_container{
|
||||
@@ -398,8 +398,9 @@ body,html{
|
||||
}
|
||||
|
||||
.form_consultation_container{
|
||||
padding: 130px 90px 0 90px;
|
||||
padding: 0 90px 0 90px;
|
||||
padding-bottom: 90px;
|
||||
margin-top: 130px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
<img class="img_descript_process" src="{{ MEDIA_URL }}{{ b_widget.picture }}">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if b_widget.title %}
|
||||
{% if b_widget.name %}
|
||||
<div class="txt_descript_process standart_txt">
|
||||
{{ b_widget.title }}
|
||||
{{ b_widget.name }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user