From 7ef3f7428e11b00908ba06f949880fc041e7d96c Mon Sep 17 00:00:00 2001 From: sannidhi-s-shetty Date: Sun, 15 Oct 2023 00:16:02 +0530 Subject: [PATCH] style changes to sponsorship page --- pages/sponsorship.tsx | 49 ++++++++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/pages/sponsorship.tsx b/pages/sponsorship.tsx index 0073ccf..67050e0 100644 --- a/pages/sponsorship.tsx +++ b/pages/sponsorship.tsx @@ -159,22 +159,17 @@ const Sponsorship: React.FC = () => { const items = sponsors.map((item) => (
-
-
- - {item.name} - -
-
-
- - {item.name} - - {item.description ?? ""} -
+
+ + {item.name} + +
+ + {item.name} + + {item.description ?? ""}
@@ -182,10 +177,22 @@ const Sponsorship: React.FC = () => { return (
-

- {type.charAt(0).toUpperCase() + type.slice(1)} -

- +
+

+ {type.charAt(0).toUpperCase() + type.slice(1)} +

+
+
+ {items}
@@ -196,9 +203,7 @@ const Sponsorship: React.FC = () => { return (
-

- Sponsors -

+

Sponsors

{sponsorGroups}