Skip to content

Commit

Permalink
Merge pull request #874 from Akshithsaai/faq
Browse files Browse the repository at this point in the history
FAQ Page Fixed
  • Loading branch information
ankit071105 authored Nov 3, 2024
2 parents 7c3409e + 4a81d3d commit 8f704e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ <h2>Frequently Asked Questions</h2>
.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);
Expand All @@ -1156,7 +1156,6 @@ <h2>Frequently Asked Questions</h2>
.faq-items {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
margin-top: 20px;
}
Expand Down

0 comments on commit 8f704e4

Please sign in to comment.