Skip to content

Commit

Permalink
fix: images should have 100% max width
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 15, 2018
1 parent ed33515 commit 9e63974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/default-theme/styles/theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body
border 1px solid #ddd
border-radius 4px
img
max-width $contentWidth
max-width 100%

.content.custom
padding 0
Expand Down

0 comments on commit 9e63974

Please sign in to comment.