From 5e8d5f4abfb1099047c5f545392ad8daca25c308 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Fri, 28 Oct 2022 00:56:33 +0100 Subject: [PATCH] desktop back finished, needs tidying now before submission --- .../interactive-rating-component/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/projects/FrontendMentor/newbie/interactive-rating-component/css/style.css b/projects/FrontendMentor/newbie/interactive-rating-component/css/style.css index c4e1be9..3f8e0d3 100644 --- a/projects/FrontendMentor/newbie/interactive-rating-component/css/style.css +++ b/projects/FrontendMentor/newbie/interactive-rating-component/css/style.css @@ -319,10 +319,18 @@ body { .rating-component-back { padding: 45px 40px 45px 32px; + /* padding: 32px 39px 40px 32px; */ + } + + .thank-you-img { + /* margin-top: 16px; */ + width: 48%; } .rating-component__rating { - margin-top: 32px; + margin-top: 22px; + margin-inline: 60px; + padding: 4px 19px 4px 20px; } .rating-component__header-submitted { @@ -330,6 +338,6 @@ body { } .rating-component__body-submitted { - margin-top: 15px; + margin-top: 12px; } }