Skip to content

Commit

Permalink
Set max-width setting to 65rem
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Aragon <jonah@triplebit.net>
  • Loading branch information
jonaharagon authored Dec 1, 2023
1 parent 397732c commit 7ff2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ article.md-content__inner {
margin: auto;
padding-bottom: 3rem;
}
@media screen and (max-width: 51.6rem) {
@media screen and (max-width: 65rem) {
article.md-content__inner {
margin-right: 0.8rem;
margin-left: 0.8rem;
Expand Down

0 comments on commit 7ff2ea4

Please sign in to comment.