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:
parent
d8e49cb039
commit
7f248381ec
1 changed files with 12 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue