Skip to content

Commit

Permalink
CLDR-17947 site: pin max width and height for image
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Sep 16, 2024
1 parent ef6c127 commit d4c0251
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/site/assets/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,8 @@ header#atViewHeader {
div > header {
display: none !important;
}

img {
max-width: 100%;
max-height: 90dvh;
}

0 comments on commit d4c0251

Please sign in to comment.