Updated frontend styles for product card

refs https://github.com/TryGhost/Team/issues/1245
This commit is contained in:
djordje vlaisavljevic 2021-12-07 20:58:42 +01:00
parent 325de3e5cf
commit 88238e6403

View File

@ -1,4 +1,4 @@
.kg-product-card {
.kg-product-card-container {
display: flex;
background: transparent;
box-shadow: inset 0 0 0 1px rgb(124 139 154 / 25%);
@ -9,7 +9,7 @@
padding: 20px;
}
.kg-product-card-container {
.kg-product-card {
align-items: center;
display: flex;
flex-direction: column;