Skip to content

Commit

Permalink
Make comic images fit within view width
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 3, 2017
1 parent b11675d commit 7e1f1f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/site.css
Expand Up @@ -177,3 +177,7 @@ sup {
overflow: auto;
z-index: 100;
}

div.comic img {
max-width: 100%;
}

0 comments on commit 7e1f1f1

Please sign in to comment.