From b7a677d79dd8f7ac5fbf255857f81aff7cd87a42 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Sun, 19 Nov 2023 17:45:10 +0300 Subject: [PATCH] 0.0.236 bug fix tg 14:26 --- static/css/styles.css | 6 +++--- .../static_pages_blocks/b_advertisement.html | 4 +++- .../static_pages_blocks/b_feedback_form.html | 4 ++-- .../static_pages_blocks/b_mover_search.html | 18 +++++++++++++----- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index dd75202..c583893 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2046,8 +2046,8 @@ button#more_button{ .mid_block_static{ - margin: 120px 40px 0 40px; - width: 90%; + margin: 120px 0 0; + width: 100%; } .mid_block_static>.text_wrapper>span{ display: block; @@ -2764,7 +2764,7 @@ details[open] summary ~ *{ .news_item_pagination{ - width: 90%; + width: 100%; background: white; margin: 0 auto 10px; border-radius: 15px; diff --git a/templates/blocks/static_pages_blocks/b_advertisement.html b/templates/blocks/static_pages_blocks/b_advertisement.html index 2deeee2..82c80aa 100644 --- a/templates/blocks/static_pages_blocks/b_advertisement.html +++ b/templates/blocks/static_pages_blocks/b_advertisement.html @@ -5,7 +5,9 @@

{{ page.title }}

{{ page.description }}
- +
diff --git a/templates/blocks/static_pages_blocks/b_feedback_form.html b/templates/blocks/static_pages_blocks/b_feedback_form.html index 933a7cc..120d5ab 100644 --- a/templates/blocks/static_pages_blocks/b_feedback_form.html +++ b/templates/blocks/static_pages_blocks/b_feedback_form.html @@ -62,8 +62,8 @@ - +
-
+ \ No newline at end of file diff --git a/templates/blocks/static_pages_blocks/b_mover_search.html b/templates/blocks/static_pages_blocks/b_mover_search.html index 09f0893..0557bfc 100644 --- a/templates/blocks/static_pages_blocks/b_mover_search.html +++ b/templates/blocks/static_pages_blocks/b_mover_search.html @@ -16,14 +16,18 @@
{% if page.url == 'for_customers' %} - + {% endif %} {% if page.url == 'for_movers' %} - + {% endif %}
@@ -113,10 +117,14 @@
{% if page.url == 'for_customers' %} - + {% endif %} {% if page.url == 'for_movers' %} - + {% endif %}