Fix image scaling so it looks good on mobile

This commit is contained in:
ch0ccyra1n 2022-11-15 10:12:22 -08:00
parent 5c8d8e2bd1
commit 54d445c5ee

View file

@ -89,9 +89,8 @@ body {
} }
img { img {
height: 500px; width: 100%;
max-width: 100%; height: auto;
max-height: 100%;
} }
header h1 { header h1 {