fix chrome bug with image width

This commit is contained in:
a 2022-12-28 12:39:07 -06:00
parent ddadf97337
commit 577d45d74e
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
place-items: center;
}
figure img {
inline-size: max-content;
inline-size: fit-content;
max-inline-size: 100%;
margin-block-end: -0.125em;
}