Skip to content

Commit

Permalink
Merge pull request #46 from ivoa/iss45
Browse files Browse the repository at this point in the history
Set a maximum size for images (not bigger than its container width)
  • Loading branch information
JeremyMcCormick authored May 22, 2024
2 parents f15ee1b + 35082d5 commit 7068d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/css/ivoa.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ a {
}
a:hover { text-decoration: underline }

img { max-width: 100% }

article {
max-width: 80em;
margin: 2em auto;
Expand Down

0 comments on commit 7068d4f

Please sign in to comment.