Skip to content

Commit

Permalink
update spacing for components
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Nov 15, 2024
1 parent 6fac1f1 commit 7e1dfff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/scss/_paragraphs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@

.paragraph--two-col-text {
@extend %paragraph-space;

@include breakpoint(lg) {
margin-top: $spacing-8;
margin-bottom: $spacing-8;
}
}

.paragraph--faq {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/paragraphs/media-group.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="section paragraph paragraph--expand" data-digest-content>
<div class="paragraphs--wide__offset">
<div class="section__header">
<div class="section__header mb-lg-8">
<h2 class="section__title">
{{title}}
</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/paragraphs/quad-story.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h2 class="h2 mb-4" id="midd-profile-spotlight-label-1">Profiles Spotlight</h2>
<p class="mb-5 mb-md-7">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Necessitatibus quam optio ratione labore possimus iusto corrupti vero fugiat explicabo officiis ex, a sunt obcaecati molestias voluptate eum earum ipsam accusantium.</p>
<p class="mb-5 mb-md-7 mb-lg-8">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Necessitatibus quam optio ratione labore possimus iusto corrupti vero fugiat explicabo officiis ex, a sunt obcaecati molestias voluptate eum earum ipsam accusantium.</p>
</div>
</div>

Expand Down

0 comments on commit 7e1dfff

Please sign in to comment.