Do not give <img> max-width of 100% by default

This commit is contained in:
Eryn Wells 2024-07-23 09:12:10 -07:00
parent 97f088e99f
commit 1925a0109f

View file

@ -75,7 +75,6 @@ figure, img {
} }
img { img {
max-width: 100%;
object-fit: contain; object-fit: contain;
} }