From 07342bd28347b766c341139d63c10929ba8cdb10 Mon Sep 17 00:00:00 2001 From: SOHAM DAS Date: Tue, 23 Apr 2024 01:35:39 +0530 Subject: [PATCH] css fix --- src/components/GalleryGrid.jsx | 4 ++-- src/pages/Clubs/Wing.jsx | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/GalleryGrid.jsx b/src/components/GalleryGrid.jsx index da81178..221f646 100644 --- a/src/components/GalleryGrid.jsx +++ b/src/components/GalleryGrid.jsx @@ -51,11 +51,11 @@ const GridCard = ({ image, mb, grow }) => { console.log(image); return ( <> - +
img
{image.caption}
-
+
) } \ No newline at end of file diff --git a/src/pages/Clubs/Wing.jsx b/src/pages/Clubs/Wing.jsx index e43701c..a9b9b7c 100644 --- a/src/pages/Clubs/Wing.jsx +++ b/src/pages/Clubs/Wing.jsx @@ -22,12 +22,11 @@ const Wing = () => { {/* cover image */}
- - img + > img
-
+
@@ -82,7 +81,7 @@ const MemberCard = ({ name, designation, socials }) => { -
+
img
@@ -184,9 +184,9 @@ const MemberCard = ({ name, designation, socials }) => {

{designation}

    -
  • -
  • -
  • +
  • +
  • +
)