update paddingY (5 -> 3) prop in pages/404.js, pages/index.js and pages/supported-versions.js

This commit is contained in:
Dawid Wysokiński 2021-01-05 17:29:44 +01:00
parent 2235fa3ecf
commit eeb3a141dc
3 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ const NotFoundPage = ({ location }) => (
alignItems="center"
justifyContent="center"
textAlign="center"
paddingY={3}
>
<SEO title="404" pathname={location.pathname} />
<Container>

View File

@ -62,7 +62,7 @@ const IndexPage = ({ location }) => {
justifyContent="center"
textAlign="center"
flexDirection="column"
paddingY={5}
paddingY={3}
>
<SEO title="Home" pathname={location.pathname} />
<Container component="main">

View File

@ -49,7 +49,7 @@ function SupportedVersionsPage({ location }) {
alignItems="center"
justifyContent="center"
flexDirection="column"
paddingY={5}
paddingY={3}
>
<SEO pathname={location.pathname} title="Supported versions" />
<Container>