From 114e79b577316d8cbe3f29ff99da5fbd9feb3ba3 Mon Sep 17 00:00:00 2001 From: marleyrae Date: Sun, 28 May 2023 21:12:50 -0700 Subject: [PATCH] :lipstick: feat: ProductCard-priceContainer --- product-preview-card-component/src/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/product-preview-card-component/src/style.css b/product-preview-card-component/src/style.css index d4a2f24..b42455d 100644 --- a/product-preview-card-component/src/style.css +++ b/product-preview-card-component/src/style.css @@ -74,3 +74,9 @@ body { letter-spacing: .025rem; line-height: 1.75rem; } + +.ProductCard-priceContainer { + width: 100%; + display: flex; + align-items: center; +}