From 6bfc5b6fb80ade9b8e7de239025563b487413880 Mon Sep 17 00:00:00 2001 From: just-breathing Date: Fri, 1 Mar 2024 16:59:56 -0500 Subject: [PATCH] footer issue fixed --- src/App.css | 2 ++ src/components/Contact.js | 11 +++++------ src/components/Home/Home.js | 9 ++------- src/components/Home/Home2.js | 2 +- src/style.css | 23 +++++++++++++++++++---- 5 files changed, 29 insertions(+), 18 deletions(-) diff --git a/src/App.css b/src/App.css index e2f5bdc..120db36 100644 --- a/src/App.css +++ b/src/App.css @@ -1,8 +1,10 @@ /* App partial view styles */ .App { + width: 100vw; text-align: center; z-index: -1; position: relative; + overflow-x: hidden; } #root { diff --git a/src/components/Contact.js b/src/components/Contact.js index e5c576d..bb1c095 100644 --- a/src/components/Contact.js +++ b/src/components/Contact.js @@ -21,8 +21,7 @@ function ContactForm() { }; return ( - - +<>