-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #481 from saidam90/terms-conditions-redesign-2
Terms conditions redesign 2
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
export default function MdxLayout({ children }: { children: React.ReactNode }) { | ||
// Create any shared layout or styles here | ||
return <div className="max-w-screen-lg mx-auto p-4">{children}</div>; | ||
return ( | ||
<div className="px-16"> | ||
<div className="max-w-screen-md mx-auto py-28"> | ||
<h1 | ||
className="!m-0 !mb-8 text-5xl text-md bg-gradient-to-r | ||
from-dexter-gradient-blue to-dexter-gradient-green to-50% bg-clip-text | ||
text-transparent font-normal" | ||
> | ||
Terms of Service | ||
</h1> | ||
<div className="text-xs">{children}</div> | ||
</div> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# Terms of Service | ||
|
||
Last updated: December 8, 2023 | ||
|
||
## Introduction | ||
|