Skip to content

Commit

Permalink
Merge pull request #412 from appwrite/fix-post-page-margin-bottom-issue
Browse files Browse the repository at this point in the history
Post page
  • Loading branch information
eldadfux authored Dec 12, 2023
2 parents 8b00200 + 90301cd commit c943dc2
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/markdoc/layouts/Post.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,14 @@
</section>
</div>
</div>
</div>

<div
class="aw-big-padding-section-level-2 is-margin-replace-padding u-position-relative u-overflow-hidden"
>
<div class="aw-container">
<Newsletter />
<FooterNav />
<MainFooter />
<div
class="aw-big-padding-section-level-2 u-position-relative u-overflow-hidden"
>
<div class="aw-container">
<Newsletter />
<FooterNav />
<MainFooter />
</div>
</div>
</div>
</Main>
Expand Down

0 comments on commit c943dc2

Please sign in to comment.