Skip to content

Commit

Permalink
fix: Increase max width to 1600px for larger displays (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Sauble <[email protected]>
  • Loading branch information
djsauble and Daniel Sauble authored Jun 26, 2020
1 parent e3223db commit 8916fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pre {
}

.site-container {
max-width: 1460px;
max-width: 1600px;
margin: 0 auto;
}
}

0 comments on commit 8916fed

Please sign in to comment.