Images in small figures can grow to 480px

Set max-width to 480px, rather than an explicit width. Images smaller than 480px
were being stretched.
This commit is contained in:
Eryn Wells 2024-11-25 15:56:51 -08:00
parent efae2acdea
commit 7872296ee3

View file

@ -60,8 +60,7 @@
margin-inline: auto;
img {
max-width: 100%;
width: 480px;
max-width: 480px;
}
}