From 51a3dae09bff981332c93d69a5a616187288ac81 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Wed, 2 Sep 2020 18:50:17 +0100 Subject: [PATCH] further tweaks to css --- .../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 b9d4335..31d01c2 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 @@ -8,8 +8,8 @@ body { background-color: var(--site-color); background-image: url("../images/bg-desktop.svg"); - /* background-repeat: no-repeat; - background-size: contain; */ + background-repeat: no-repeat; + /*background-size: contain; */ color: white; margin: 0; @@ -103,7 +103,7 @@ h1 { .attribution a { color: hsl(228, 45%, 44%); } /* Formating for Mobile devices. Sample to match is 375z800 */ -@media screen and (max-width: 375px) { +@media screen and (max-width: 500px) { body { background-image: url("../images/bg-mobile.svg");