Skip to content

Commit

Permalink
Limit images to 100% width
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Aug 17, 2020
1 parent 6403fca commit 0799962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,11 @@ dl dt {
border-bottom: 1px solid #111;
}

#content p img {
max-width: 100%;
height: auto;
}

#content a.external {
/* @embed */
background-image: url("External_link.png");
Expand Down

0 comments on commit 0799962

Please sign in to comment.