From fbd63f2fa406f64e6a3c06c88288350b472fcf39 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Mon, 31 Jan 2022 02:45:39 +0000 Subject: [PATCH] added missing shadow and fixed missing padding growth for desktop version of .card__price-plan --- FrontendMentor/newbie/order-summary-component/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FrontendMentor/newbie/order-summary-component/css/style.css b/FrontendMentor/newbie/order-summary-component/css/style.css index 84b858d..940a9cd 100644 --- a/FrontendMentor/newbie/order-summary-component/css/style.css +++ b/FrontendMentor/newbie/order-summary-component/css/style.css @@ -68,6 +68,8 @@ main { border-radius: var(--br-20); background-color: white; text-align: center; + + box-shadow: 0px 40px 40px -20px rgba(13, 48, 189, 0.151826); } .card__hero-image { width: 100%; @@ -98,7 +100,7 @@ main { width: 85%; margin: 0 auto clamp(1.5rem, 4vw, 2rem) auto; - padding: 1rem 0; + padding: clamp(1rem, 2vw, 1.5315rem) 0; border-radius: var(--br-11); background-color: var(--clr-very-pale-blue);