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 ba0b0bd commit 65f23ddCopy full SHA for 65f23dd
src/components/layout.js
@@ -27,7 +27,7 @@ const Layout = ({ children }) => {
27
<>
28
<Header siteTitle={data.site.siteMetadata.title} />
29
30
- <main className="pl-20 pr-20">{children}</main>
+ <main className="lg:pl-20 lg:pr-20">{children}</main>
31
32
<Footer />
33
</>
0 commit comments