Skip to content

Commit

Permalink
Remove min-height CSS rule from DocsPage wrapper (#8366)
Browse files Browse the repository at this point in the history
Remove min-height CSS rule from DocsPage wrapper
  • Loading branch information
shilman committed Nov 9, 2019
1 parent d49f392 commit 502c395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/src/blocks/DocsPage.tsx
Expand Up @@ -53,7 +53,6 @@ export const DocsWrapper = styled.div<{}>(({ theme }) => ({
background: theme.background.content,
display: 'flex',
justifyContent: 'center',
minHeight: '100vh',
padding: '4rem 20px',

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

0 comments on commit 502c395

Please sign in to comment.