Skip to content

Commit

Permalink
fix(docz-theme-default): made container responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloavf committed Jun 21, 2018
1 parent a94e517 commit ddf078d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docz-theme-default/src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const styles = {
container: {
padding: '50px 50px 100px',
width: 960,
maxWidth: '100%'
},
h1: {
margin: '30px 0',
Expand Down

0 comments on commit ddf078d

Please sign in to comment.