From c479e48b78ee46099b5ce01c77ebbf3aa149b9e3 Mon Sep 17 00:00:00 2001 From: Aswin Date: Mon, 19 Feb 2024 12:38:41 +0530 Subject: [PATCH] fix-css --- src/Pages/In50Hours/In50Hours.jsx | 53 ++++++++++++------------ src/Pages/In50Hours/In50Hours.module.css | 5 ++- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/Pages/In50Hours/In50Hours.jsx b/src/Pages/In50Hours/In50Hours.jsx index 96a3f760f..d24c27c2b 100644 --- a/src/Pages/In50Hours/In50Hours.jsx +++ b/src/Pages/In50Hours/In50Hours.jsx @@ -33,33 +33,32 @@ const In50Hours = () => { -
-
-
-

- PITCH -

-

- Pitch your boldest ideas and captivate them all in just minutes.{" "} -

-
-
-

- PROTOTYPE -

-

- Dive into the hustle and bustle of collaboration as teams form - and dive headfirst into building their prototypes. -

-
-
-

- GET FUNDED -

-

- Pitch your boldest ideas and captivate them all in just minutes.{" "} -

-
+ +
+
+

+ PITCH +

+

+ Pitch your boldest ideas and captivate them all in just minutes.{" "} +

+
+
+

+ PROTOTYPE +

+

+ Dive into the hustle and bustle of collaboration as teams form and + dive headfirst into building their prototypes. +

+
+
+

+ GET FUNDED +

+

+ Pitch your boldest ideas and captivate them all in just minutes.{" "} +

diff --git a/src/Pages/In50Hours/In50Hours.module.css b/src/Pages/In50Hours/In50Hours.module.css index 18512107b..f16bddbd7 100644 --- a/src/Pages/In50Hours/In50Hours.module.css +++ b/src/Pages/In50Hours/In50Hours.module.css @@ -60,10 +60,11 @@ display: flex; flex-direction: row; align-items: flex-start; - justify-content: flex-start; + justify-content: space-between; padding: 0 2rem; color: #414d59; - width: 1300px; + max-width: 1300px; + width: 100%; margin: auto; flex-wrap: wrap; }