set max-width to 500px for images

This commit is contained in:
ch0ccyra1n 2022-11-09 16:56:50 -08:00
parent de77b6ac47
commit ead9bdf986

View file

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