legal pages layout

pull/745/head
Anton Mushnin 2022-12-21 18:31:38 +03:00
rodzic 789035cd06
commit e065414d0c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ import { getLayout, getLayoutProps } from "../../src/layouts/WideInfoPage";
const PrivacyPolicy = () => (
<Box mt="72px">
<Box px="1.5rem" m="auto" mb={8} maxWidth="1199.98px" minHeight="60vh">
<Box m="auto" mb={8} maxWidth="1238px" minHeight="60vh">
<Heading my={8} as="h1">
Privacy Policy for Moonstream
</Heading>

Wyświetl plik

@ -6,7 +6,7 @@ import { getLayout, getLayoutProps } from "../../src/layouts/WideInfoPage";
const TermsOfService = () => (
<Box mt="72px">
<Box px="1.5rem" m="auto" mb={8} maxWidth="1199.98px" minHeight="60vh">
<Box m="auto" mb={8} maxWidth="1238" minHeight="60vh">
<Heading textAlign="start" my={8} as="h1">
Moonstream Terms of Service
</Heading>