Skip to content

Commit

Permalink
chore: content max width
Browse files Browse the repository at this point in the history
  • Loading branch information
remiilekun committed May 19, 2020
1 parent 9db92a4 commit 693d79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/atoms/Content.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const Content = styled.div`
display: block;
margin-left: auto;
margin-right: auto;
max-width: 144rem;
padding-left: 2rem;
padding-right: 2rem;
width: 100%;
Expand Down

1 comment on commit 693d79f

@vercel
Copy link

@vercel vercel bot commented on 693d79f May 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.