set height for images to 500px

This commit is contained in:
ch0ccyra1n 2022-11-10 14:50:02 -08:00
parent 418954c79d
commit 5c8d8e2bd1

View file

@ -89,6 +89,7 @@ body {
}
img {
height: 500px;
max-width: 100%;
max-height: 100%;
}