Set max height for images so they never fill more than half the screen
This commit is contained in:
parent
14f7af75be
commit
f614182ae7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue