1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:28:28 -04:00

fix stretched images

This commit is contained in:
Jake Jarvis 2025-03-15 09:54:49 -04:00
parent 5ca7e6cb22
commit bc65285c08
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc

View File

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