Skip to content

Commit

Permalink
fix: FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
whyhugo committed Apr 14, 2024
1 parent 7f4d5bd commit 97e3114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions my-app/src/style/_faq.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@ div#page_faq {

.cell:hover .question {
opacity: 0;
height: 0%;
transform: translateY(-70px);
}

.cell:hover .response {
opacity: 1;
height: 0%;
transform: translateY(0px);
}

Expand Down

0 comments on commit 97e3114

Please sign in to comment.