From d000bdc87377b676b28f87a281aacfce929682c3 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 1 Dec 2018 18:43:08 -0500 Subject: [PATCH] stop --- main.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/main.scss b/main.scss index 42b1293..a287ac7 100644 --- a/main.scss +++ b/main.scss @@ -39,12 +39,6 @@ body { } } -.bgimg { - position: relative; - height: 100vh; - width: 100vw; - z-index: -1; -} .headerCard { height: 100vh; @@ -94,8 +88,6 @@ header { } .main { - min-height: 100vh; - min-width: 100vw; display: flex; flex-direction: column; align-items: center; @@ -105,7 +97,7 @@ header { } & > section { min-height: 33vh; // atleast as tall as 33% of the view port - width: 100%; // 100% of the parent which is full width of viewport + width: 100vw; display: flex; flex-direction: column; align-items: center;