Skip to content

Commit

Permalink
Fixed whitespace (#6283)
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling authored Aug 10, 2021
1 parent 4746a22 commit 512b8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/content/MWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function MWrapper({ as: Tag = 'div', ...props }: MWrapperProps) {
return (
<Tag
css={mq({
margin: '0 auto',
margin: '4rem auto 0',
paddingLeft: [0, null, null, null, '7.5rem'],
paddingRight: [0, null, null, null, '7.5rem'],
})}
Expand Down

1 comment on commit 512b8de

@vercel
Copy link

@vercel vercel bot commented on 512b8de Aug 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.