1
0
mirror of https://github.com/Damillora/Yuika synced 2024-11-05 02:17:32 +00:00

Fix cut off excerpt in post card

This commit is contained in:
Damillora 2019-11-26 02:46:31 +07:00
parent 387cf4217c
commit 4f691f1530

View File

@ -217,7 +217,7 @@ footer {
height: 18rem;
}
.post-card .excerpt {
max-height: 5rem;
max-height: 5.5rem;
}
.primary-tag-header {