From 38f8d4a8edd5b512ad8fecb64e17daa0c354ec3c Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Wed, 2 Sep 2020 11:15:39 +0100 Subject: [PATCH] tweaked CSS positioning. so close for logo and mockup --- .../css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ee1ca63..132eb84 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: 2rem 4rem; + margin: 3.30rem 4.6rem 0rem; } h1 { @@ -20,12 +20,12 @@ body { } .logo { - width: 225px; + width: 215px; } .middleSection { display: flex; - margin: 5.5rem 0rem 0rem 0rem; + margin: 5.15rem 0rem 0rem 0rem; } .siteBlurb {