Skip to content

Commit b4847f7

Browse files
authored
Merge pull request #1494 from appwrite/fix-post-layout-footer-padding-bottom
fix: remove bottom padding from blog post layout
2 parents 387a1d5 + ef170b9 commit b4847f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdoc/layouts/Post.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
</div>
237237
</div>
238238

239-
<div class="web-u-sep-block-start py-10">
239+
<div class="web-u-sep-block-start pt-10">
240240
<div class="web-big-padding-section-level-2">
241241
<div class="container">
242242
<h3 class="text-label text-primary">Read next</h3>

0 commit comments

Comments
 (0)