From eb9d13f96b5ecfea6736b5ae14a3c27a050106ae Mon Sep 17 00:00:00 2001 From: Prityanshu Singh Date: Mon, 5 Aug 2024 02:43:18 +0530 Subject: [PATCH 1/2] Omega Page Structure --- src/sections/Omega/Event/Event.jsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/sections/Omega/Event/Event.jsx 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 From b73ae4baed75eacf7730c2891fbae24ca909bcf9 Mon Sep 17 00:00:00 2001 From: yashsirola9410 Date: Mon, 5 Aug 2024 22:01:57 +0530 Subject: [PATCH 2/2] new css changes 5 aug --- src/layouts/Navbar/styles/Navbar.module.scss | 1 + src/pages/Event/styles/PastEvent.module.scss | 2 +- src/sections/Home/Hero/styles/Hero.module.scss | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/Navbar/styles/Navbar.module.scss b/src/layouts/Navbar/styles/Navbar.module.scss index 268da63f..acb2f372 100644 --- a/src/layouts/Navbar/styles/Navbar.module.scss +++ b/src/layouts/Navbar/styles/Navbar.module.scss @@ -289,6 +289,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 542c3088..c7e8acad 100644 --- a/src/pages/Event/styles/PastEvent.module.scss +++ b/src/pages/Event/styles/PastEvent.module.scss @@ -253,7 +253,7 @@ .ArrowBackIcon { position: absolute; top: 1.5rem; - left: 3.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 ccc70e95..861e3516 100644 --- a/src/sections/Home/Hero/styles/Hero.module.scss +++ b/src/sections/Home/Hero/styles/Hero.module.scss @@ -31,6 +31,7 @@ justify-content: center; align-items: center; position: relative; + right: 1.3%; } .main span{