From 66c976df27a02139162afb3f801c0650f9476a2e Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 1 Dec 2018 19:12:38 -0500 Subject: [PATCH] rm vw width --- main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.scss b/main.scss index 0e038c0..6e0a38d 100644 --- a/main.scss +++ b/main.scss @@ -43,7 +43,7 @@ body { .headerCard { height: 100vh; - width: 100vw; + width: 100%; display: flex; justify-content: center; align-items: center; @@ -98,7 +98,7 @@ header { } & > section { min-height: 33vh; // atleast as tall as 33% of the view port - width: 100vw; + width: 100%; display: flex; flex-direction: column; align-items: center;