mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-03-23 00:35:57 +01:00
fix(list): add missing object-fit property to compact list (#87)
This commit is contained in:
parent
e937a14367
commit
de79b8a470
1 changed files with 2 additions and 1 deletions
|
@ -193,6 +193,7 @@
|
|||
img {
|
||||
width: var(--image-size);
|
||||
height: var(--image-size);
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -200,7 +201,7 @@
|
|||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.article-preview{
|
||||
.article-preview {
|
||||
font-size: 1.4rem;
|
||||
color: var(--card-text-color-tertiary);
|
||||
margin-top: 10px;
|
||||
|
|
Loading…
Add table
Reference in a new issue