Skip to content

Commit

Permalink
fix make max-width of body slightly wider
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarly committed Sep 26, 2022
1 parent 6b726f2 commit ead47ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body {
margin: 0 auto;
width: min(100% - 2rem, 60ch);
width: min(100% - 2rem, 68ch);
}

0 comments on commit ead47ab

Please sign in to comment.