This commit is contained in:
SBD
2023-11-28 17:48:17 +03:00
parent f8420ce693
commit 822445021d
2 changed files with 7 additions and 4 deletions

View File

@@ -370,6 +370,7 @@ body,html{
display: flex; display: flex;
width: calc(100% - 276px); width: calc(100% - 276px);
padding-bottom: 70px; padding-bottom: 70px;
margin: auto;
} }
.descript_process_container{ .descript_process_container{
@@ -398,9 +399,10 @@ body,html{
} }
.form_consultation_container{ .form_consultation_container{
padding: 0 90px 0 90px; padding: 70px 90px 0 90px;
padding-bottom: 90px; padding-bottom: 90px;
margin-top: 130px; margin-top: 70px;
} }
@@ -736,7 +738,7 @@ body,html{
.block_how_dev_title{ .block_how_dev_title{
width: 100%; width: 100%;
text-align: center; text-align: left;
margin-bottom: 50px; margin-bottom: 50px;
} }
@@ -774,6 +776,7 @@ body,html{
.how_dev_widget_txt{ .how_dev_widget_txt{
width: calc(100% - 55px); width: calc(100% - 55px);
margin-right: 20px; margin-right: 20px;
font-weight: 600;
} }
.first_line_widget_how_dev{ .first_line_widget_how_dev{

View File

@@ -1 +1 @@
style="width: 100%;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}" style="width: 100%;padding-top: 1px;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"