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:
parent
7f89b07c85
commit
5b3f82dda2
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.kg-product-card-description p+p {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.kg-product-card-button {
|
||||
width: 100%;
|
||||
margin-top: 16px;
|
||||
|
|
Loading…
Add table
Reference in a new issue