Skip to content

Commit

Permalink
Fix centered width
Browse files Browse the repository at this point in the history
  • Loading branch information
klzns committed Dec 14, 2018
1 parent d8e3933 commit 4851d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Layout extends Component {

return (
<div className="vtex-layout flex justify-center pb7 bg-muted-5">
<div style={{ maxWidth: fullWidth ? 'none' : '400px' }}>
<div className={fullWidth ? '' : 'mw8'}>
{pageHeader}
<div className="vtex-layout__container ph7">{children}</div>
</div>
Expand Down

0 comments on commit 4851d81

Please sign in to comment.