fix footer on lumbung kios cards

This commit is contained in:
Aadil Ayub 2022-06-10 17:00:15 +05:00
parent 7ee8f2336a
commit b9a1c00e2b
1 changed files with 5 additions and 3 deletions

View File

@ -367,10 +367,7 @@ footer.post-footer {
} }
.read-more { .read-more {
border-top: 2px solid var(--border-color);
border-left: 2px solid var(--border-color);
align-content: flex-end; align-content: flex-end;
padding: 0.2em 1em 0.2em 1em;
font-size: 0.9rem; font-size: 0.9rem;
} }
@ -707,6 +704,11 @@ div.pen-source {
border-top: 2px solid; border-top: 2px solid;
} }
.card.shout.lumbung-kios .post-footer {
background: none;
color: var(--kios-dark);
}
/* calendar cards */ /* calendar cards */
.card.calendar { .card.calendar {