Skip to content

Commit

Permalink
Add max-width to container (#144)
Browse files Browse the repository at this point in the history
- Closes #135
  • Loading branch information
Michael Fix committed Nov 22, 2017
1 parent 94e4767 commit 70e9e40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Carbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ class Carbon extends React.Component {
#container {
position: relative;
min-width: ${config.widthAdjustment ? '90px' : '680px'};
max-width: 1024px; /* The Fallback */
max-width: 92vw;
padding: ${config.paddingVertical} ${config.paddingHorizontal};
}
Expand Down

0 comments on commit 70e9e40

Please sign in to comment.