From 14ea06d8694a73e080ee546d6004c336edf2a579 Mon Sep 17 00:00:00 2001 From: SumitthThota Date: Fri, 28 Jun 2024 15:45:50 +0530 Subject: [PATCH] Removed improper Flickering of elements --- faq-website.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/faq-website.css b/faq-website.css index d34cc5d1..f8e461a9 100644 --- a/faq-website.css +++ b/faq-website.css @@ -19,6 +19,7 @@ position: relative; transition: 0.3s ease; cursor: pointer; + } .faq.active { @@ -52,7 +53,7 @@ } .faq-title:hover { transform: scale(1.1); - font-size: 24px; + /* font-size: 20px;*/ /* commenting to remove flickering of elements */ } .faq-text { @@ -78,7 +79,7 @@ padding: 0; position: absolute; right: 30px; - top: 30px; + top: 10px; /* Moving toggle button to top to remove overlapping with faq-title */ width: 30px; } .faq-toggle .fa-times,