From 5e7b478f21675c6a6ff120b2c19893f1fd9251e4 Mon Sep 17 00:00:00 2001 From: Aman Manwani Date: Wed, 21 Jun 2023 20:16:30 +0530 Subject: [PATCH 1/2] fixed cards allignment --- components/homepage/Card.js | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/components/homepage/Card.js b/components/homepage/Card.js index d6d5b683..deac7a4f 100644 --- a/components/homepage/Card.js +++ b/components/homepage/Card.js @@ -1,15 +1,17 @@ function Cards(props) { return ( -
-
-
-

- {props.title} -

-
-

- {props.content} -

+
+
+
+
+

+ {props.title} +

+
+

+ {props.content} +

+