Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions src/routes/assets/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
Use these product visuals to enhance your articles,
presentations, and content related to Appwrite.
</p>
<div class="mt-5 grid grid-cols-2 gap-8">
<div class="mt-5 grid grid-cols-1 gap-8 sm:grid-cols-2">
<div class="media-wrapper">
<img
class="web-u-border-radius-8 web-u-media-ratio-16-9 w-full"
Expand Down Expand Up @@ -542,8 +542,10 @@
</main>
</div>

<FooterNav />
<MainFooter />
<div class="footer-wrapper">
<FooterNav />
<MainFooter />
</div>
</div>
</TocRoot>
</Main>
Expand Down Expand Up @@ -580,7 +582,8 @@
}

header,
main {
main,
.footer-wrapper {
padding-left: var(--spacing-5, 1.25rem);
padding-right: var(--spacing-5, 1.25rem);
}
Expand Down