Skip to content

Commit

Permalink
fix(components): make docs take full height
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 13, 2020
1 parent 4ff8e91 commit c4f6234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/src/blocks/DocsPage.tsx
Expand Up @@ -50,6 +50,8 @@ export const DocsWrapper = styled.div<{}>(({ theme }) => ({
display: 'flex',
justifyContent: 'center',
padding: '4rem 20px',
minHeight: '100vh',
boxSizing: 'border-box',

[`@media (min-width: ${breakpoint}px)`]: {},
}));
Expand Down

0 comments on commit c4f6234

Please sign in to comment.