mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31: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;
|
||||
}
|
||||
figure img {
|
||||
inline-size: max-content;
|
||||
inline-size: fit-content;
|
||||
max-inline-size: 100%;
|
||||
margin-block-end: -0.125em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue