Skip to content

Commit

Permalink
making sure faq works on home page as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyachauhan11 committed Oct 22, 2024
1 parent 9f0f51c commit 5857045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3227,6 +3227,10 @@ footer {
.answers p {
color: black;
}
.answers.visible {
max-height: 500px; /* Set a reasonable max-height that can accommodate the content */
}

.question {
color: darkred;
display: flex;
Expand Down
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4982,14 +4982,6 @@ <h3>Rate Us</h3>

<div id="toastMessage" class="toast-message"></div>

<script>
document.addEventListener("DOMContentLoaded", function() {



<!-- JavaScript for form submission -->
<script>
document.addEventListener("DOMContentLoaded", function() {



Expand Down

0 comments on commit 5857045

Please sign in to comment.