Skip to content

Commit

Permalink
Makes the EIPs site maximally responsive. (ethereum#3605)
Browse files Browse the repository at this point in the history
If you don't like full-width pages, you can resize your browser window.  When looking at code, having artificial width limits can lead to unnecessary scroll bars.
  • Loading branch information
MicahZoltu authored Jun 8, 2021
1 parent 739cbf2 commit 74b5b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

main.page-content {
div.wrapper {
max-width: calc(1280px - (30px * 2));
max-width: unset;
}
}

0 comments on commit 74b5b96

Please sign in to comment.