From c0e6bcf7cbe3b15b21717885348c5a58c0738458 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Sun, 24 Sep 2023 14:57:24 +0300 Subject: [PATCH] 0.0.152 fix main page --- static/css/styles.css | 8 ++++---- templates/pages/p_main.html | 6 ++++-- templates/tb_base.html | 5 +++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 909958f..1bea5fb 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2137,7 +2137,7 @@ button#send_feedback_form{ .cards_item_1{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #272424; @@ -2167,7 +2167,7 @@ button#send_feedback_form{ } .cards_item_2{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #FFF; @@ -2208,7 +2208,7 @@ button#send_feedback_form{ .cards_item_3{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #FFF; @@ -2229,7 +2229,7 @@ button#send_feedback_form{ .cards_item_4{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #272424; diff --git a/templates/pages/p_main.html b/templates/pages/p_main.html index 98761b8..b04f862 100644 --- a/templates/pages/p_main.html +++ b/templates/pages/p_main.html @@ -189,13 +189,15 @@
{% translate "рост путешествий ежегодно" %}
{% translate "В среднем на 5% растёт количество путешествий ежегодно. Просто путешествуй и получай бонусы." %}
-
+
+
+
{% translate "в 3 раза" %}
{% translate "быстрее других сервисов" %}
-
{% translate "Почтовые сервисы доставляет посылки в среднем за 10 дней. 
С нами - быстрее!" %}
+
{% translate "Почтовые сервисы доставляет посылки в среднем за 10 дней. С нами - быстрее!" %}
diff --git a/templates/tb_base.html b/templates/tb_base.html index c0af457..646bf16 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -59,8 +59,9 @@ {% block content %} {% endblock %} - {% include 'blocks/b_footer.html' %} -
+{% include 'blocks/b_footer.html' %} + + \ No newline at end of file