Skip to content

Commit

Permalink
FAQ Page Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshithsaai committed Nov 1, 2024
1 parent 1daf333 commit 4a81d3d
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 @@ -1132,7 +1132,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 @@ -1158,7 +1158,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 4a81d3d

Please sign in to comment.