This commit is contained in:
SBD
2023-11-28 17:38:48 +03:00
parent 3d738c2197
commit bbd39f5b24
2 changed files with 5 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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>