0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated toggle and product card spacings

This commit is contained in:
Peter Zimon 2021-12-16 08:49:37 +01:00
parent 9a8461e06b
commit 41e4ba68c9
2 changed files with 3 additions and 5 deletions

View file

@ -48,10 +48,6 @@
font-size: 0.95em;
line-height: 1.5em;
opacity: .7;
}
.kg-product-card .kg-product-card-description p:not(:first-of-type) {
margin-top: 0.8em;
margin-bottom: 0;
}
@ -59,13 +55,14 @@
margin-top: -4px;
}
.kg-product-card .kg-product-card-description p:not(:first-of-type),
.kg-product-card .kg-product-card-description ul,
.kg-product-card .kg-product-card-description ol {
margin-top: 0.95em;
}
.kg-product-card .kg-product-card-description li+li {
margin-top: 0.2em;
margin-top: 0.5em;
}
.kg-product-card-rating {

View file

@ -51,6 +51,7 @@
font-size: 0.95em;
line-height: 1.5em;
margin-top: 0.95em;
margin-bottom: 0;
}
.kg-toggle-card li + li {