add bottom margin to legal/terms
This commit is contained in:
parent
4946d59bd4
commit
42bcf81ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import Legal from "~/components/Legal";
|
|||
const Terms: NextPage = () => {
|
||||
return (
|
||||
<Legal name="Terms of Service">
|
||||
<div className="px-8 pt-[100px] lg:px-0">
|
||||
<div className="mb-8 px-8 pt-[100px] lg:px-0">
|
||||
<p className="mb-5">Effective: May 1, 2023</p>
|
||||
<p className="mb-5">
|
||||
These Terms of Service (“Terms”) govern access to and use of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue