Skip to content

Commit

Permalink
fix: adjust content padding
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Mar 20, 2024
1 parent 1666b17 commit 1a34b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ module.exports = {
},
},
layout: {
contentPadding: '2.625rem 5rem',
contentPadding: '5rem',
maxWidth: '1600px',
component: require.resolve('./src/layouts'),
mobileBreakpoint: '760px',
Expand Down

0 comments on commit 1a34b1a

Please sign in to comment.