From 883296ba9678fac4b61c416bd6ce6afea31aabec Mon Sep 17 00:00:00 2001 From: SBD Date: Mon, 27 Nov 2023 12:21:45 +0300 Subject: [PATCH] 0.0.15 --- static/aerbimCSS.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index f7f7ca0..c5678a3 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -127,7 +127,7 @@ body,html{ height: 55px; background: #10212B; position: sticky; - top: 60px; + top: 59px; } .container_content_sections_buttons{ @@ -201,12 +201,12 @@ body,html{ .descript_process_block{ display: flex; - width: 100%; + width: calc(100% - 276px); margin: 0 138px 0 138px; } .descript_process_container{ - width: 20%; + width: 25%; background: none; text-align: -webkit-center; } @@ -231,7 +231,7 @@ body,html{ } .form_consultation_container{ - margin: 130px 90px 110px 90px; + margin: 130px 90px 0 90px; padding-bottom: 110px; }