Skip to content

Commit

Permalink
Added top margin to docs page component (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling authored Aug 16, 2021
1 parent e29b5e4 commit 64e6c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export function DocsPage({
<Wrapper
css={mq({
display: ['block', null, 'grid'],
marginTop: '2.5rem',
gridTemplateColumns: noRightNav
? '15rem minmax(0, auto)'
: [
Expand Down

1 comment on commit 64e6c1d

@vercel
Copy link

@vercel vercel bot commented on 64e6c1d Aug 16, 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.