diff --git a/index.html b/index.html index 9be1af1..ea44f57 100644 --- a/index.html +++ b/index.html @@ -1130,7 +1130,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); @@ -1156,7 +1156,6 @@

Frequently Asked Questions

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