Skip to content

Commit c04de38

Browse files
committed
changed layout margin
1 parent 9a10ac5 commit c04de38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
Button,
2222
} from "@chakra-ui/core"
2323
import styled from "@emotion/styled"
24-
import { Global, css } from "@emotion/core"
24+
import { Global } from "@emotion/core"
2525
import Img from "gatsby-image"
2626
import { Helmet } from "react-helmet"
2727
import Header from "./header"
@@ -244,7 +244,7 @@ const Layout = ({ children }) => (
244244
<Global
245245
styles={globalStyle}
246246
/>
247-
<Box maxWidth='maxContainerWidth' m='auto' mx={['1', 0]} fontSize={[1,'desktop.1']}>
247+
<Box maxWidth='maxContainerWidth' mx={['1', 'auto']} fontSize={[1,'desktop.1']}>
248248
<Helmet
249249
meta={[
250250
{ name: "referrer", content: "origin" },

0 commit comments

Comments
 (0)