Skip to content

Commit 9e63974

Browse files
committed
fix: images should have 100% max width
1 parent ed33515 commit 9e63974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default-theme/styles/theme.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body
5656
border 1px solid #ddd
5757
border-radius 4px
5858
img
59-
max-width $contentWidth
59+
max-width 100%
6060

6161
.content.custom
6262
padding 0

0 commit comments

Comments
 (0)