Skip to content

Commit

Permalink
fixup mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Oct 7, 2024
1 parent 2c37602 commit b56897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/blog.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.blog {
// this greatly improves legibility
max-width: 700px;
max-width: calc(min(700px, 100%));
padding-left: .5rem;
padding-right: .5rem;

Expand Down

0 comments on commit b56897a

Please sign in to comment.