diff --git a/product-preview-card-component/src/style.css b/product-preview-card-component/src/style.css index b1f6bd7..d4a2f24 100644 --- a/product-preview-card-component/src/style.css +++ b/product-preview-card-component/src/style.css @@ -69,3 +69,8 @@ body { margin-top: 0; margin-bottom: 1rem; } + +.ProductCard-description { + letter-spacing: .025rem; + line-height: 1.75rem; +}