fix: Set max height on post listing thumbnails

This commit is contained in:
Jay Sitter 2023-06-25 19:40:49 -04:00
parent 5fdbaa0dd9
commit 424d29847b

View file

@ -200,6 +200,7 @@ blockquote {
object-fit: cover;
aspect-ratio: 4/3;
width: 100%;
max-height: 6rem;
}
.thumbnail svg {