Skip to content

Commit

Permalink
Limit view width (#137)
Browse files Browse the repository at this point in the history
Limits the width of the view to 1024px and remove the margin for
viewports smaller than this.
  • Loading branch information
rgreinho authored Sep 8, 2018
1 parent bdfbaf3 commit 2bbff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-view1.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}

.content {
width: 95%;
max-width: 1024px;
margin: 0 auto;
}

Expand Down

0 comments on commit 2bbff8d

Please sign in to comment.