From bbd39f5b241b763289552e4dec34a78d3d515c49 Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 28 Nov 2023 17:38:48 +0300 Subject: [PATCH] 0.0.42 --- static/aerbimCSS.css | 5 +++-- templates/blocks/b_how_with_us_working.html | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 4b23ced..97fbc70 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -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; } diff --git a/templates/blocks/b_how_with_us_working.html b/templates/blocks/b_how_with_us_working.html index 7de5965..f0895d6 100644 --- a/templates/blocks/b_how_with_us_working.html +++ b/templates/blocks/b_how_with_us_working.html @@ -16,9 +16,9 @@ {% endif %} - {% if b_widget.title %} + {% if b_widget.name %}
- {{ b_widget.title }} + {{ b_widget.name }}
{% endif %}