We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a10ac5 commit c04de38Copy full SHA for c04de38
src/templates/layout.js
@@ -21,7 +21,7 @@ import {
21
Button,
22
} from "@chakra-ui/core"
23
import styled from "@emotion/styled"
24
-import { Global, css } from "@emotion/core"
+import { Global } from "@emotion/core"
25
import Img from "gatsby-image"
26
import { Helmet } from "react-helmet"
27
import Header from "./header"
@@ -244,7 +244,7 @@ const Layout = ({ children }) => (
244
<Global
245
styles={globalStyle}
246
/>
247
- <Box maxWidth='maxContainerWidth' m='auto' mx={['1', 0]} fontSize={[1,'desktop.1']}>
+ <Box maxWidth='maxContainerWidth' mx={['1', 'auto']} fontSize={[1,'desktop.1']}>
248
<Helmet
249
meta={[
250
{ name: "referrer", content: "origin" },
0 commit comments