From 4971c7c7f9ce6ab91478378c00aed38792b83250 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Fri, 11 Sep 2020 21:49:27 +0100 Subject: [PATCH] slight tidyup --- .../ping-coming-soon-page-master/css/style.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/FrontendMentor/ping-coming-soon-page-master/css/style.css b/FrontendMentor/ping-coming-soon-page-master/css/style.css index 27aeaa6..d5e488a 100644 --- a/FrontendMentor/ping-coming-soon-page-master/css/style.css +++ b/FrontendMentor/ping-coming-soon-page-master/css/style.css @@ -29,21 +29,6 @@ body { align-content: center; height:100vh; - - /* width: max(90vw, 50vw); */ - /* width: max(50vw, 90vw); */ - /* width: min(90vw, 50vw); */ - /* width: min(50vw, 90vw); */ - /* width: max(min(90vw, 70vw), 50vw); */ - /* width: max(min(50vw, 90vw), 50vw); */ - /* width: min(max(90vw, 50vw), 50vw); */ - /* width: clamp(90vw, 70vw, 50vw); */ - /* width: clamp(90vw, 50vw, 50vw); */ - - - /* width: calc(90vw + (50vw - 90vw) * ((100vw - 375px) / (1440 - 375))); */ - /*50vw; < 600 90vw*/ - } .logoSection { @@ -217,7 +202,6 @@ footer { @media screen and (max-width: 600px) { .flexContainer { width: 90vw; - /* height: 100vh; */ } .formSection button { @@ -228,7 +212,6 @@ footer { @media screen and (min-width: 600px) and (max-width: 1050px) { .flexContainer { width: 75vw; - height: 100vh; } .formSection button {