mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-18 12:03:30 +08:00
fix(list): add missing object-fit property to compact list
This commit is contained in:
parent
e937a14367
commit
9f8d49fb50
@ -193,6 +193,7 @@
|
|||||||
img {
|
img {
|
||||||
width: var(--image-size);
|
width: var(--image-size);
|
||||||
height: var(--image-size);
|
height: var(--image-size);
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user