0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Added padding between paragraphs in product card description

refs https://github.com/TryGhost/Team/issues/1245
This commit is contained in:
djordje vlaisavljevic 2021-12-09 13:40:08 +01:00
parent 7f89b07c85
commit 5b3f82dda2

View file

@ -52,6 +52,10 @@
width: 100%;
}
.kg-product-card-description p+p {
margin-top: 1em;
}
.kg-product-card-button {
width: 100%;
margin-top: 16px;