From 3b0a3bf98656cc6038b8aa75b1302c82eee05be3 Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 10 Dec 2023 14:22:46 +0300 Subject: [PATCH] 0.0.111 --- static/aerbimCSS.css | 4 ++++ templates/blocks/b_footer.html | 2 +- templates/blocks/{static/header.html => b_header.html} | 2 +- templates/tb_base.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) rename templates/blocks/{static/header.html => b_header.html} (93%) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 0665d8d..ea7d881 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -167,6 +167,7 @@ body.n_scroll{ } .text_header.last_left{ padding-right: 26px; + text-decoration: none; } .description_page{ margin-top: 0; @@ -849,6 +850,9 @@ body.n_scroll{ background: none; width: 100%; transition: 200ms; + text-decoration: none; + display: block; + text-align: center; } .btn_contacts_footer:hover{ border-radius: 2px; diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 250e914..105c63c 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -33,7 +33,7 @@ - + Контакты diff --git a/templates/blocks/static/header.html b/templates/blocks/b_header.html similarity index 93% rename from templates/blocks/static/header.html rename to templates/blocks/b_header.html index bc98a6b..f745105 100644 --- a/templates/blocks/static/header.html +++ b/templates/blocks/b_header.html @@ -10,7 +10,7 @@
Поддержка - Контакты + Контакты
diff --git a/templates/tb_base.html b/templates/tb_base.html index febdd98..243b9ee 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -26,7 +26,7 @@ {% csrf_token %}
- {% include "blocks/static/header.html" %} + {% include "blocks/b_header.html" %} {% include "blocks/b_curtain.html" %}