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; +}