Skip to content

Commit

Permalink
Merge pull request #218 from r9y9/html-img-max-width
Browse files Browse the repository at this point in the history
HTML formatting: add max-width 100%
  • Loading branch information
mortenpi authored Aug 21, 2016
2 parents 828caaf + 398e1ad commit 2126ea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ h4, h5, h6 {
margin: 1em 0;
}

img {
max-width: 100%;
}

table {
border-collapse: collapse;
margin: 1em 0;
Expand Down

0 comments on commit 2126ea3

Please sign in to comment.