diff --git a/src/layouts/Navbar/styles/Navbar.module.scss b/src/layouts/Navbar/styles/Navbar.module.scss index fd0cdb80..5bb2dcf3 100644 --- a/src/layouts/Navbar/styles/Navbar.module.scss +++ b/src/layouts/Navbar/styles/Navbar.module.scss @@ -293,6 +293,7 @@ gap: 10px; padding-top: 2vh; padding-bottom: 2vh; + margin-left: 1%; } .navLinks { diff --git a/src/pages/Event/styles/PastEvent.module.scss b/src/pages/Event/styles/PastEvent.module.scss index cecf0c8c..c7e8acad 100644 --- a/src/pages/Event/styles/PastEvent.module.scss +++ b/src/pages/Event/styles/PastEvent.module.scss @@ -252,8 +252,8 @@ .ArrowBackIcon { position: absolute; - top: 1.35rem; - left: 1.5rem; + top: 1.5rem; + left: 2.4rem; color: #fff; cursor: pointer; z-index:5; diff --git a/src/sections/Home/Hero/styles/Hero.module.scss b/src/sections/Home/Hero/styles/Hero.module.scss index 799726ba..4b416189 100644 --- a/src/sections/Home/Hero/styles/Hero.module.scss +++ b/src/sections/Home/Hero/styles/Hero.module.scss @@ -5,17 +5,15 @@ margin-top: 20px; } -.hero { - width: 100%; - display: flex; - flex-direction: row; - background-color: #1C1C1C; - position: relative; - margin-top: 2rem; - padding-bottom: 4.5vw; - padding-left: 0px; - z-index: 0; -} + + + .heroCarousel { + display: flex; + justify-content: center; + align-items: center; + position: relative; + right: 1.3%; + } .heroTextContainer { height: 100%; @@ -32,6 +30,15 @@ align-items: center; position: relative; } + + + .heroCarousel { + display: flex; + justify-content: center; + align-items: center; + position: relative; + right: 1.3%; + } .main span{ color: transparent; diff --git a/src/sections/Omega/Event/Event.jsx b/src/sections/Omega/Event/Event.jsx new file mode 100644 index 00000000..e69bd412 --- /dev/null +++ b/src/sections/Omega/Event/Event.jsx @@ -0,0 +1,20 @@ +import React from 'react' + + +function OmegaEventCard() { + return ( +
+ +
+ ) +} + +function Event() { + return ( +
+ +
+ ) +} + +export default Event