mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-24 10:21:21 +00:00
fix chrome bug with image width
This commit is contained in:
parent
ddadf97337
commit
577d45d74e
|
@ -148,7 +148,7 @@
|
||||||
place-items: center;
|
place-items: center;
|
||||||
}
|
}
|
||||||
figure img {
|
figure img {
|
||||||
inline-size: max-content;
|
inline-size: fit-content;
|
||||||
max-inline-size: 100%;
|
max-inline-size: 100%;
|
||||||
margin-block-end: -0.125em;
|
margin-block-end: -0.125em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue