Skip to content

Commit

Permalink
fixing the double click issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyachauhan11 committed Oct 22, 2024
1 parent 10cdc7c commit 9f0f51c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2662,10 +2662,6 @@ footer {
* HEADER
*/

.header {
/* top: 30px; */
}

.header.active {
max-width: unset;
border-radius: 0px;
Expand Down Expand Up @@ -3231,10 +3227,6 @@ 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

0 comments on commit 9f0f51c

Please sign in to comment.