Skip to content

Commit

Permalink
limit image size
Browse files Browse the repository at this point in the history
  • Loading branch information
charsi committed Oct 30, 2020
1 parent b29223b commit 35ac288
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions steel.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ pre > code {
padding: 1em;
white-space: pre-wrap;
}

img {
max-width: 45em;
}

0 comments on commit 35ac288

Please sign in to comment.