From bf3147ede93b8d57473d91cde4cbc604f5ae447d Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 26 Nov 2023 19:19:54 +0300 Subject: [PATCH] 0.0.07 --- static/aerbimCSS.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index bde6520..68a084f 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -120,12 +120,10 @@ body,html{ .section_btn{ display: block; text-decoration: none; - transition: 300ms; } .section_btn.close{ background: #10212B; height: 55px; - transition: 300ms; } .section_btn.open{ height: 45px; @@ -143,7 +141,7 @@ body,html{ .section_btn.close > .txt_section{ color: #ffffff; padding: 18px 30px 18px 30px; - transition: 300ms; + transition: 500ms; } .section_btn:hover > .txt_section{