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 {
height: 500px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: auto;
}
header h1 {