Skip to content

Commit b1e3a00

Browse files
committed
Align privacy/tos layout
1 parent 0a42c45 commit b1e3a00

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/routes/privacy-policy/+page.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<title>Privacy Policy - OpenWorkers</title>
44
</svelte:head>
55

6-
<div class="mx-auto max-w-3xl px-6 py-16 markdown-body">
6+
<div class="mx-auto max-w-7xl">
7+
<div class="max-w-3xl px-6 py-16 markdown-body">
78

89
# Privacy Policy
910

@@ -70,3 +71,4 @@ We may update this policy at any time. Changes will be reflected in the "Last up
7071
For privacy-related questions, reach out via [GitHub](https://github.com/openworkers) or [Telegram](https://t.me/openworkers).
7172

7273
</div>
74+
</div>

src/routes/terms-of-service/+page.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<svelte:head>
2+
23
<title>Terms of Service - OpenWorkers</title>
34
</svelte:head>
45

5-
<div class="mx-auto max-w-3xl px-6 py-16 markdown-body">
6+
<div class="mx-auto max-w-7xl">
7+
<div class="max-w-3xl px-6 py-16 markdown-body">
68

79
# Terms of Service
810

9-
*Last updated: March 11, 2026*
11+
_Last updated: March 11, 2026_
1012

1113
## 1. Acceptance
1214

@@ -66,3 +68,4 @@ We may update these terms at any time. Continued use of the Service after change
6668
For questions about these terms, reach out via [GitHub](https://github.com/openworkers) or [Telegram](https://t.me/openworkers).
6769

6870
</div>
71+
</div>

0 commit comments

Comments
 (0)