From 6acecc4462665b085850142a2e5775434038ccbf Mon Sep 17 00:00:00 2001 From: Scarlett Date: Sun, 3 Sep 2023 11:20:16 -0500 Subject: [PATCH] wait --- src/assets/stylesheets/home.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/stylesheets/home.scss b/src/assets/stylesheets/home.scss index 47969bf..f1b3139 100644 --- a/src/assets/stylesheets/home.scss +++ b/src/assets/stylesheets/home.scss @@ -51,7 +51,7 @@ } .home__content__info { - height: 100vh; + height: auto; width: 100%; margin: 0px; padding: 0px; @@ -66,7 +66,7 @@ margin: 0px; padding: 0px; width: 80%; - height: 80%; + height: auto; position: relative; display: flex; opacity: 100%;