Skip to content

Commit b56897a

Browse files
committed
fixup mobile layout
1 parent 2c37602 commit b56897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/blog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.blog {
22
// this greatly improves legibility
3-
max-width: 700px;
3+
max-width: calc(min(700px, 100%));
44
padding-left: .5rem;
55
padding-right: .5rem;
66

0 commit comments

Comments
 (0)