1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:06:37 -04:00

fix stretched images

This commit is contained in:
2025-03-15 09:54:49 -04:00
parent 5ca7e6cb22
commit bc65285c08

View File

@ -2,4 +2,5 @@
display: block;
margin: 1em auto;
max-width: 100%;
height: auto;
}