From d7c41dc1b187e2198039ad2671f1ef56dc0338fd Mon Sep 17 00:00:00 2001 From: marleyrae Date: Sun, 28 May 2023 21:09:59 -0700 Subject: [PATCH] :lipstick: feat: ProductCard-title --- product-preview-card-component/src/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/product-preview-card-component/src/style.css b/product-preview-card-component/src/style.css index 5707861..b1f6bd7 100644 --- a/product-preview-card-component/src/style.css +++ b/product-preview-card-component/src/style.css @@ -59,4 +59,13 @@ body { .ProductCard-category { text-transform: uppercase; letter-spacing: .3rem; + margin-bottom: .5rem; +} + +.ProductCard-title { + font-family: var(--t-family-display); + font-size: 2.25rem; + color: black; + margin-top: 0; + margin-bottom: 1rem; }