Skip to content

Commit

Permalink
Correct spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonja Scheungrab committed Mar 27, 2024
1 parent ba9e6a2 commit 260d7fa
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
display: grid;
grid-template-columns: 1fr;
row-gap: $spacer-md;
margin-top: $spacer-base;

&__heading {
@extend %heading-font-bold;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,44 +215,46 @@ <h2 class="case-tile-teaser__headline case-tile-teaser__headline--sm">
</section>
</div>
<section class="container-xl container-vertical-spacing-lg faq-section">
<h2>FAQ Legacy-Modernisierung</h2>
<p>{{intro_text}}</p>
<div class="text-grid">
<div>
<h3 class="text-grid__heading">Lorem ipsum test bla mehr text lorem?</h3>
<p>{{text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Bla bla mehr text lorem?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Fragen über Fragen?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Und noch eine?</h3>
<p>{{text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Hallo?</h3>
<p>{{text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Goodbye!</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Und noch eine?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Hallo?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Goodbye!</h3>
<p>{{text}}</p>
<div class="page-layout-xl--default">
<h2>FAQ Legacy-Modernisierung</h2>
<p>{{intro_text}}</p>
<div class="text-grid">
<div>
<h3 class="text-grid__heading">Lorem ipsum test bla mehr text lorem?</h3>
<p>{{text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Bla bla mehr text lorem?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Fragen über Fragen?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Und noch eine?</h3>
<p>{{text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Hallo?</h3>
<p>{{text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Goodbye!</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Und noch eine?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Hallo?</h3>
<p>{{intro_text}}</p>
</div>
<div>
<h3 class="text-grid__heading">Goodbye!</h3>
<p>{{text}}</p>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 260d7fa

Please sign in to comment.