From 68379cb1fa81a75dc2850ad995ca9dc0f2cacce6 Mon Sep 17 00:00:00 2001 From: Uday kiran <98547514+UdaykiranRegimudi@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:56:21 +0530 Subject: [PATCH 1/2] Update News.jsx Aligned cards to center, enhancing the website's visual appeal and user experience --- src/pages/News.jsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/News.jsx b/src/pages/News.jsx index 7b94bfa..b338434 100644 --- a/src/pages/News.jsx +++ b/src/pages/News.jsx @@ -43,10 +43,12 @@ function News() { Trending Food and Health News
-
- {articles.map((article, index) => ( - - ))} +
+
+ {articles.map((article, index) => ( + + ))} +