ajusting top of landing pages

pull/712/head
Anton Mushnin 2022-11-19 12:34:52 +03:00
rodzic 9ba9e59169
commit 72caf9695e
7 zmienionych plików z 10 dodań i 5 usunięć

Wyświetl plik

@ -38,6 +38,7 @@ const Contact = () => {
textColor="black"
bgColor="white"
position="relative"
pt="72px"
>
<Icon
as={BiArrowBack}

Wyświetl plik

@ -23,6 +23,7 @@ const Features = () => {
id="container"
maxW="container.xl"
px={["10%", "10%", "7%", "0"]}
mt="72px"
>
<Heading as="h1" hidden>
Moonstream feautes

Wyświetl plik

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

Wyświetl plik

@ -58,6 +58,7 @@ const Status = () => {
px={12}
py={2}
borderTopRadius="xl"
mt="72px"
>
{`Status page`}
</Heading>

Wyświetl plik

@ -49,7 +49,7 @@ const Team = () => {
alignItems="center"
w="100%"
>
<Stack mx={margin} maxW="1700px" w="100%">
<Stack mt="72px" mx={margin} maxW="1700px" w="100%">
<SimpleGrid
px={12}
alignItems="start"

Wyświetl plik

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

Wyświetl plik

@ -6,7 +6,9 @@ import { MdPictureAsPdf } from "react-icons/md";
const Papers = () => {
return (
<VStack>
<Heading py={12}>Whitepapers</Heading>
<Heading pb={12} pt="72px">
Whitepapers
</Heading>
<Link
color="orange.900"
href="https://github.com/bugout-dev/moonstream/blob/main/datasets/nfts/papers/ethereum-nfts.pdf"