From f35c48d8aab661cbdd1e75a223801f6a54c4341b Mon Sep 17 00:00:00 2001 From: SBD Date: Thu, 11 Jan 2024 21:10:34 +0300 Subject: [PATCH] 0.0.149 correct top in the slider --- static/aerbimCSS.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 596a052..a7fa8f1 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -1178,7 +1178,7 @@ body.n_scroll{ } .top_part_container_slide{ position: absolute; - top: 190px; + top: 290px; right: 0; width: 40%; }