Skip to content

Commit 8d73214

Browse files
committed
fixes text width on mobile
1 parent ce66ab4 commit 8d73214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_assets/stylesheets/_layout.scss

+3
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@
232232
.post > .post-content {
233233
word-wrap: break-word;
234234
width: 35em;
235+
@include media-query($on-palm) {
236+
width: 85%;
237+
}
235238
}
236239
/**
237240
* Events

0 commit comments

Comments
 (0)