From 9b2b37b8f144a66a551841eaa6fc4823211d2b8b Mon Sep 17 00:00:00 2001 From: djordje vlaisavljevic Date: Fri, 10 Dec 2021 16:36:18 +0100 Subject: [PATCH] Updated product card line heights ref https://github.com/TryGhost/Team/issues/1245 --- core/frontend/src/cards/css/product.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/cards/css/product.css b/core/frontend/src/cards/css/product.css index e50cb55e02..ac5b982cd3 100644 --- a/core/frontend/src/cards/css/product.css +++ b/core/frontend/src/cards/css/product.css @@ -41,12 +41,12 @@ font-size: 1.4em; margin-top: 0; margin-bottom: 0; - line-height: 1.4em; + line-height: 1.25em; } .kg-product-card-description { font-size: 1em; - line-height: 1.6em; + line-height: 1.4em; opacity: .7; margin-top: 8px; width: 100%;