1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 16:46:39 -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; display: block;
margin: 1em auto; margin: 1em auto;
max-width: 100%; max-width: 100%;
height: auto;
} }