fix: Set max height on post listing thumbnails
This commit is contained in:
parent
5fdbaa0dd9
commit
424d29847b
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ blockquote {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
aspect-ratio: 4/3;
|
aspect-ratio: 4/3;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-height: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail svg {
|
.thumbnail svg {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue