diff --git a/home/static/css/template.css b/home/static/css/template.css index a5a19b3..11dfddd 100644 --- a/home/static/css/template.css +++ b/home/static/css/template.css @@ -15,9 +15,9 @@ html, body { #target-main { max-height: 0; overflow: hidden; - transition: max-height 0.3s ease; + transition: max-height 0.5s ease; } -#target-main.shows { +#target-main.show { max-height: 500px; /* Установите желаемую максимальную высоту */ }