From a740e48c8ea11629aff5e13548e03c88888be3b5 Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 28 Nov 2023 14:02:49 +0300 Subject: [PATCH] 0.0.29 --- static/aerbimCSS.css | 22 +++++++++++---- static/aerbimJS.js | 4 ++- templates/blocks/b_footer.html | 21 ++++++++------- templates/blocks/static/header.html | 2 +- .../pages/content/c_projectiing_section.html | 1 - templates/pages/p_section.html | 27 ++++++++++++------- templates/tb_base.html | 1 + 7 files changed, 52 insertions(+), 26 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 230fbfa..24d1ff2 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -380,8 +380,8 @@ body,html{ } .form_consultation_container{ - margin: 130px 90px 0 90px; - padding-bottom: 110px; + padding: 130px 90px 0 90px; + padding-bottom: 90px; } @@ -571,7 +571,7 @@ body,html{ } .container_content_faq{ - margin: 0 170px; + margin: 100px 170px 0 170px; padding-bottom: 90px; } @@ -646,8 +646,6 @@ body,html{ .footer_els_container{ width: 73%; display: flex; - padding-top: 70px; - padding-bottom: 60px; flex-wrap: wrap; } @@ -668,11 +666,15 @@ body,html{ .footer_name_str{ margin-top: 20px; + display: block; + text-decoration: none; } .flex_container_footer{ display: flex; width: 100%; + padding-top: 70px; + padding-bottom: 60px; } .btn_contacts_footer{ @@ -682,6 +684,7 @@ body,html{ color: #FB6952; background: none; width: 100%; + transition: 200ms; } .btn_contacts_footer:hover{ border-radius: 2px; @@ -689,8 +692,17 @@ body,html{ padding: 15px 0; background: #FB6952; color: #ffffff; + transition: 200ms; } .logo_footer{ height: 35px; +} + +.inf_contacts_footer{ + padding: 20px 0 15px 0; +} + +.txt_footer{ + padding-bottom: 5px; } \ No newline at end of file diff --git a/static/aerbimJS.js b/static/aerbimJS.js index 767e5f0..d407a70 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -1,5 +1,7 @@ $(document).ready(function (){ - renderContent() + if (document.querySelector(".header").dataset['page'] === true){ + renderContent() + } }) function getInfoAboutUser (){ diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 332ec36..250e914 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -5,18 +5,19 @@