0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Updated product card styles

refs https://github.com/TryGhost/Team/issues/1245
This commit is contained in:
djordje vlaisavljevic 2021-12-13 12:22:48 +01:00
parent d8e49cb039
commit 7f248381ec

View file

@ -56,6 +56,18 @@
margin-bottom: 6px;
}
.kg-product-card-description ul {
margin-top: 1rem;
}
.kg-product-card-description li {
line-height: 1.4em;
}
.kg-product-card-description li+li {
margin-top: 0.2em;
}
.kg-product-card-button {
grid-column: 1 / 3;
width: 100%;