Skip to content

Commit 88dea2f

Browse files
committed
add padding
1 parent 15c7eda commit 88dea2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/blog/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="page-title display-1 fw-bold text-primary pb-3">{{ . }}</h1>
3535
</div>
3636
</div>
3737
</section>
38-
<section class="section blog-single py-5">
38+
<section class="section blog-single py-5 px-2">
3939
<div class="container">
4040
<div class="row d-flex justify-content-center">
4141
<div class="blog-content">

0 commit comments

Comments
 (0)