Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Revert "Update faq.svelte"
Browse files Browse the repository at this point in the history
This reverts commit 80f5013.
  • Loading branch information
Pdawg-bytes committed Aug 14, 2023
1 parent dc5653d commit 8845001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/faq/faq.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<div class="card">
<div class="content">
<div><img class="hero" src="/images/question.png" alt="question-hero"/></div>
<div><TextBlock class="question" variant="bodyLarge" style="margin-top: 15px; font-size: 20px;">{question}</TextBlock></div>
</div>
<TextBlock class="answer" style="margin-left: 25px; margin-top: auto; margin-right: 20px; margin-bottom:auto;">{answer}</TextBlock>
Expand Down Expand Up @@ -68,4 +69,4 @@
flex-direction: column;
align-items: center;
}
</style>
</style>

0 comments on commit 8845001

Please sign in to comment.