From cc7dcc20c27a0318bf573a39f4e91729bc9e743c Mon Sep 17 00:00:00 2001 From: Yossijaki Date: Fri, 8 Sep 2023 14:28:40 -0600 Subject: [PATCH] Update App.css This commit fixes the visual error of the Projects section showing above the Newsletter text box at the footer, this a different way from what you showed in the YouTube video, because adding the z-index: -1 will cause that the proj-img-bx::before doesn't displays well --- personal-portfolio/src/App.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/personal-portfolio/src/App.css b/personal-portfolio/src/App.css index eebbf9709..8723ea0c3 100644 --- a/personal-portfolio/src/App.css +++ b/personal-portfolio/src/App.css @@ -342,9 +342,8 @@ nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { /************ Projects Css ************/ .project { - padding: 80px 0; + padding: 120px 0; position: relative; - background-color: black; } .project h2 { font-size: 45px;