Skip to content

Commit

Permalink
Fix mobile rendering - use max-width not width.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck authored Jan 6, 2025
1 parent 4900d47 commit c9bcbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugo-coder/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// hyphens: auto;

white-space: normal;
width: 60rem;
max-width: 60rem;
}
}

Expand Down

0 comments on commit c9bcbc8

Please sign in to comment.