Skip to content

Commit

Permalink
add margin for faq section
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorUlitin committed Dec 7, 2022
1 parent 3d740fa commit 4cbada4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/components/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function Faq() {
<div className="row">
<h2 className="text-center h2 fw-bold mb-0">{t('faq.faq')}</h2>
</div>
<Accordion flush>
<Accordion className="mt-40" flush>
<Accordion.Item eventKey="0">
<Accordion.Header>{t('faq.q0')}</Accordion.Header>
<Accordion.Body>{t('faq.a0')}</Accordion.Body>
Expand Down
2 changes: 1 addition & 1 deletion views/landing/modules/faq.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.row
h2.text-center.h2.fw-bold.mb-0 FAQ
.accordion.accordion-flush(id="accordionFlushExample")
.accordion.accordion-flush.mt-40(id="accordionFlushExample")
.accordion-item
h2.accordion-header(id="flush-headingOne")
button.accordion-button.collapsed.fs-4(type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne") Что такое IDE?
Expand Down

0 comments on commit 4cbada4

Please sign in to comment.