From 2eff0e8ed24e8bf70c881bab54e72f1c6423da93 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Wed, 2 Sep 2020 12:04:55 +0100 Subject: [PATCH] Tweaked CSS for logo and mid --- .../css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FrontendMentor/huddle-landing-page-with-single-introductory-section-master/css/style.css b/FrontendMentor/huddle-landing-page-with-single-introductory-section-master/css/style.css index 132eb84..641c131 100644 --- a/FrontendMentor/huddle-landing-page-with-single-introductory-section-master/css/style.css +++ b/FrontendMentor/huddle-landing-page-with-single-introductory-section-master/css/style.css @@ -7,7 +7,7 @@ body { background-size: contain; */ color: white; - margin: 3.30rem 4.6rem 0rem; + margin: 0; } h1 { @@ -21,11 +21,12 @@ body { .logo { width: 215px; + margin: 3.3125rem 4.4rem 0rem; } .middleSection { display: flex; - margin: 5.15rem 0rem 0rem 0rem; + margin: 5.0625rem 4.6rem 0rem 4.55rem; } .siteBlurb {