Skip to content

Commit

Permalink
Responsive design to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
holybaechu committed Feb 23, 2024
1 parent 86fd1db commit 0f423b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/doc/privacy/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Link from "$components/Link.svelte";
</script>
<div class="p-40 space-y-6">
<div class="pt-40 px-10 md:px-40 space-y-6">
<div class="text-center text-4xl font-black">
Privacy Policy
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/doc/terms/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Link from "$components/Link.svelte";
</script>
<div class="p-40 space-y-6">
<div class="pt-40 px-10 md:px-40 space-y-6">
<div class="text-center text-4xl font-black">
Terms of Service
</div>
Expand Down

0 comments on commit 0f423b9

Please sign in to comment.