From 24118d2b17ca65cab16e8cb9339d2f35c3cfb572 Mon Sep 17 00:00:00 2001 From: RaspberryProgramming Date: Mon, 4 Oct 2021 17:13:37 -0400 Subject: [PATCH] Fixed CSS Bugs added anchor style added z-index to fix precedence --- src/components/css/Intro.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/components/css/Intro.css b/src/components/css/Intro.css index b263bdd..5da2849 100644 --- a/src/components/css/Intro.css +++ b/src/components/css/Intro.css @@ -26,6 +26,7 @@ } .intro .current { + z-index: 10; opacity: 1; height:100vh; width:100vw; @@ -53,4 +54,22 @@ .notrans { transition: none !important; +} + +.intro .children { + width: 80vw; +} + +.intro .title { + padding: 10px; +} + +.intro .content { + display: flex; + flex-direction: column; + align-items:center; +} + +.intro .children a { + color: #C4C4C4 } \ No newline at end of file