Skip to content

Commit

Permalink
samchence
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjiBarik committed Nov 20, 2024
1 parent b05cbd6 commit 7865b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ body {
/* FAQ Section */
#section9 {
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
flex-flow: column;
padding: 10px 10%;
}
Expand All @@ -391,6 +390,7 @@ body {
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0 10px;
text-align: left;
}

.faq-item.active .faq-answer {
Expand Down

0 comments on commit 7865b62

Please sign in to comment.