Skip to content

Commit

Permalink
fix(dicts): fix img style
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 25, 2018
1 parent 4772fa9 commit 130158a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_sass_global/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ h1, h2, h3, h4, ul, li, button {
padding: 0;
}

img {
display: block;
max-width: 95%;
}

p {
margin: 0.5em 0;
}
Expand Down

0 comments on commit 130158a

Please sign in to comment.