Skip to content

Commit

Permalink
fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
tadjik1 committed Jun 21, 2024
1 parent b3ca85a commit 9e8d3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<div class="col-sm-8 col-md-6">
<div class="px-5 px-sm-0 squared"><img class="img-fluid rounded-circle" src="https://i.pinimg.com/564x/b6/e9/74/b6e974f9ece39785d714a37a66292a8c.jpg" alt="..." /></div>
</div>
<div class="col-12 col-lg-5"><p class="lead fw-normal text-muted mb-5">A tattoo of a mother cradling her baby symbolizes deep love, protection, and the strong bond between them. It’s a beautiful reminder of the special moments and the unique, cherished relationship we all share with our moms.</p></div>
<div class="col-12 col-lg-5"><p class="lead fw-normal text-muted mt-5">A tattoo of a mother cradling her baby symbolizes deep love, protection, and the strong bond between them. It’s a beautiful reminder of the special moments and the unique, cherished relationship we all share with our moms.</p></div>
</div>
</div>
</section>
Expand All @@ -114,7 +114,7 @@
<div class="px-5 px-sm-0 squared"><img class="img-fluid rounded-circle" src="https://i.pinimg.com/736x/f2/61/1e/f2611e71c5daf8db1fe3fe91882cb571.jpg" alt="..." /></div>
</div>
<div class="col-12 col-lg-5">
<p class="lead fw-normal text-muted mb-5">
<p class="lead fw-normal text-muted mt-5">
Father...
<a href="https://www.instagram.com/milano_tattooart" target="_blank">by Milad Adati</a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/pug/demo.pug
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ html(lang='en')
.px-5.px-sm-0.squared
img.img-fluid.rounded-circle(src='https://i.pinimg.com/564x/b6/e9/74/b6e974f9ece39785d714a37a66292a8c.jpg', alt='...')
.col-12.col-lg-5
p.lead.fw-normal.text-muted.mb-5.
p.lead.fw-normal.text-muted.mt-5.
A tattoo of a mother cradling her baby symbolizes deep love, protection, and the strong
bond between them. It’s a beautiful reminder of the special moments and the unique, cherished
relationship we all share with our moms.
Expand All @@ -131,7 +131,7 @@ html(lang='en')
.px-5.px-sm-0.squared
img.img-fluid.rounded-circle(src='https://i.pinimg.com/736x/f2/61/1e/f2611e71c5daf8db1fe3fe91882cb571.jpg', alt='...')
.col-12.col-lg-5
p.lead.fw-normal.text-muted.mb-5
p.lead.fw-normal.text-muted.mt-5
| Father...
a(href="https://www.instagram.com/milano_tattooart", target="_blank") by Milad Adati

Expand Down

0 comments on commit 9e8d3e4

Please sign in to comment.