diff --git a/src/app/pages/Designathons/Designathon24/components/Splash/Splash.jsx b/src/app/pages/Designathons/Designathon24/components/Splash/Splash.jsx index 1894f93d..51a22427 100644 --- a/src/app/pages/Designathons/Designathon24/components/Splash/Splash.jsx +++ b/src/app/pages/Designathons/Designathon24/components/Splash/Splash.jsx @@ -14,38 +14,6 @@ const Splash = memo(() => {
May 17th - May 19th
-
-
- - Apply as Designer - -
-
- - Apply as Mentor - -
-
- - Apply as Volunteer - -
-
); diff --git a/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss b/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss index a7e8e0e4..aeac0c3b 100644 --- a/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss +++ b/src/app/pages/Designathons/Designathon24/components/Splash/Splash.module.scss @@ -42,11 +42,11 @@ text-align: center; position: absolute; place-self: center; - bottom: 5%; + bottom: 25%; z-index: 110; @media screen and (min-width: 851px) { - bottom: 15%; + bottom: 20%; } .time { @@ -54,7 +54,7 @@ grid-column: 1/3; font-family: "Gluten", cursive; font-weight: 600; - margin: 0 2rem 1rem; + margin: 0 2rem em; } .wrapper {