From c2791d20fc6d7c4450de1c038c21ca2271315d4c Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 19 Jan 2024 17:27:07 +0300 Subject: [PATCH] 0.0.163 --- static/aerbimCSS.css | 21 +++++++++++++++++---- static/aerbimCSSMOBILE.css | 4 ++-- templates/blocks/b_footer.html | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 7ef5df2..70980ba 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -843,7 +843,7 @@ body.n_scroll{ } .footer_el{ - width: 26%; + width: 30%; margin-right: 50px; margin-bottom: 20px; } @@ -853,6 +853,19 @@ body.n_scroll{ font-weight: 500; } +.footer_name_title{ + margin-top: 0; + display: block; + text-decoration: none; + color: #ffffff; + font-weight: 500; + + /* text-transform: uppercase; */ +} + +.right_part_footer{ + width: 15%; +} .footer_el_childs{ margin-top: 20px; } @@ -867,8 +880,8 @@ body.n_scroll{ .flex_container_footer{ display: flex; width: 100%; - padding-top: 70px; - padding-bottom: 60px; + padding-top: 25px; + padding-bottom: 25px; } .btn_contacts_footer{ @@ -1545,5 +1558,5 @@ body.n_scroll{ width: 100%; height: 100%; object-fit: contain; - object-position: center; + object-position: top; } diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 9932697..0419c60 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -103,7 +103,7 @@ height: 40px; } .descript_process_container{ - width: 196px; + width: 180px; } .form_feedback_container { margin: 0 1.5%; @@ -115,7 +115,7 @@ width: 98%; } .form_feedback_container{ - padding: 70px 0 90px 0; + padding: 0; } .plugin_container{ margin: auto; diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index e236c48..4fa4470 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -7,7 +7,7 @@