Assume title is the author for .card-post

This commit is contained in:
Lim Chee Aun 2024-07-28 16:09:03 +08:00
parent fa3a0e23cc
commit 2d23b15c8d

View file

@ -1949,6 +1949,10 @@ a.card:is(:hover, :focus):visited {
.title { .title {
font-weight: 500; font-weight: 500;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.meta { .meta {