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" %}