diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 081212a..e420a2b 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -370,6 +370,7 @@ body,html{ display: flex; width: calc(100% - 276px); padding-bottom: 70px; + margin: auto; } .descript_process_container{ @@ -398,9 +399,10 @@ body,html{ } .form_consultation_container{ - padding: 0 90px 0 90px; + padding: 70px 90px 0 90px; padding-bottom: 90px; - margin-top: 130px; + margin-top: 70px; + } @@ -736,7 +738,7 @@ body,html{ .block_how_dev_title{ width: 100%; - text-align: center; + text-align: left; margin-bottom: 50px; } @@ -774,6 +776,7 @@ body,html{ .how_dev_widget_txt{ width: calc(100% - 55px); margin-right: 20px; + font-weight: 600; } .first_line_widget_how_dev{ diff --git a/templates/block_settings/blocks_settings.html b/templates/block_settings/blocks_settings.html index 4d70e65..be98845 100644 --- a/templates/block_settings/blocks_settings.html +++ b/templates/block_settings/blocks_settings.html @@ -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 %}"