Skip to content

Commit

Permalink
fix(gatsby-theme-docz): fix min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Nov 25, 2019
1 parent feb98cb commit 34fc31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gatsby-theme-docz/src/components/Layout/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const wrapper = {
flex: 1,
display: 'grid',
gridTemplateColumns: '250px 1fr',
minHeight: '100vh',
[media.tablet]: {
display: 'block',
},
Expand Down

0 comments on commit 34fc31f

Please sign in to comment.