Skip to content

Commit c9bcbc8

Browse files
authored
Fix mobile rendering - use max-width not width.
1 parent 4900d47 commit c9bcbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/hugo-coder/assets/scss/_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
// hyphens: auto;
6060

6161
white-space: normal;
62-
width: 60rem;
62+
max-width: 60rem;
6363
}
6464
}
6565

0 commit comments

Comments
 (0)