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 6815fea..93a847f 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -60,8 +60,9 @@ {% block content %} {% endblock %} - {% include 'blocks/b_footer.html' %} -
+{% include 'blocks/b_footer.html' %} + + \ No newline at end of file