Make tall images a little less tall on smaller screens

This commit is contained in:
JP Hastings-Spital 2024-09-18 21:23:44 +01:00
parent cd121b9969
commit 57cac8378f

View file

@ -234,7 +234,7 @@ article, section {
} }
video, img { video, img {
max-width: 100%; max-width: 100%;
max-height: 75vh; max-height: 50vh;
} }
} }