From 4a81d3d7dc694756f826c3584b2faea708322524 Mon Sep 17 00:00:00 2001 From: Akshith Date: Fri, 1 Nov 2024 15:07:39 +0530 Subject: [PATCH] FAQ Page Fixed --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index a5e0325..c78512e 100644 --- a/index.html +++ b/index.html @@ -1132,7 +1132,7 @@

Frequently Asked Questions

.faq-container { width: 100%; max-width: 500px; - height: 600px; /* Fixed height */ + max-height: 100%; /* Fixed height */ border: 3px solid #4CAF50; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); @@ -1158,7 +1158,6 @@

Frequently Asked Questions

.faq-items { display: flex; flex-direction: column; - justify-content: space-between; flex-grow: 1; margin-top: 20px; }