Set max height for images so they never fill more than half the screen

This commit is contained in:
Quad 2025-04-19 12:14:02 +02:00
parent 14f7af75be
commit f614182ae7
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ header hr, footer hr {
main img {
max-width: var(--content-width);
max-height: 50vh;
box-sizing: border-box;
border-radius: 5px;
box-shadow: 2px 2px 10px #000;