more reasonable image dimensions

This commit is contained in:
biglyderv 2025-03-03 13:54:58 -05:00
parent 48eea8abe7
commit 9957ee3f04
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -98,7 +98,10 @@ body {
} }
.art { .art {
height: 150px; max-height: 50vh;
width: 400px;
max-width: 50vw;
margin: 5px; margin: 5px;
} }