diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-06-11 12:43:36 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-06-11 12:43:36 -0400 |
| commit | d10c26e326330beacf9951933053b373817950e3 (patch) | |
| tree | 7888a79ec9e75b25a0377d9910bdbdf0d6276a5d /pages/tos.js | |
| parent | 1f9b96db4b39ce57e75eea20ee3c01b982bea182 (diff) | |
| download | personal-website-d10c26e326330beacf9951933053b373817950e3.tar.gz personal-website-d10c26e326330beacf9951933053b373817950e3.tar.bz2 personal-website-d10c26e326330beacf9951933053b373817950e3.zip | |
Tailwind
Diffstat (limited to 'pages/tos.js')
| -rw-r--r-- | pages/tos.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/tos.js b/pages/tos.js index 89b7e94..1fabb1f 100644 --- a/pages/tos.js +++ b/pages/tos.js @@ -12,7 +12,7 @@ export default function ToS() { </Head> <div className={styles.container}> <div id="top"/> - <h1 className="text-center display-5 mt-3">Andrew Lee Projects Terms of Service</h1> + <h1 className="text-center">Andrew Lee Projects Terms of Service</h1> <p>These terms of service are set in place to ensure you have a great time being part of our community/services.</p> <div id="community-guidelines"> <h1>Community Guidelines</h1> |
