From c10ff7bb7a9a3b906240bb3a82be3ab5648df04b Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sun, 9 Oct 2022 23:04:55 +0100 Subject: [PATCH] forgot a positioning for below price block --- .../newbie/product-preview-card-component/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/FrontendMentor/newbie/product-preview-card-component/css/style.css b/projects/FrontendMentor/newbie/product-preview-card-component/css/style.css index f938f43..dea5179 100644 --- a/projects/FrontendMentor/newbie/product-preview-card-component/css/style.css +++ b/projects/FrontendMentor/newbie/product-preview-card-component/css/style.css @@ -204,6 +204,8 @@ body { --margin-bottom-product-card__name: 1.5rem; --margin-bottom-product-card__description: 1.8125rem; --margin-bottom-product-card__description: 1.875rem; + + --margin-bottom-product-card__price-block: 1.8rem; } .product-card {