From f1c20f86b399ee8091b50822d926b94f3c5f9748 Mon Sep 17 00:00:00 2001 From: Aashish <83752052+120EE0692@users.noreply.github.com> Date: Fri, 17 Jun 2022 14:24:39 +0530 Subject: [PATCH] fix(style): fix website max width issue (#230) * fix(style): fix website max width issue * style: fic category page maxwidth --- .../src/components/marginals/DesktopNavbar.js | 2 +- client/src/components/marginals/Footer.js | 2 +- client/src/components/marginals/TopBar.js | 2 +- client/src/components/portfolio/UserCard.js | 243 +++++++++--------- client/src/components/portfolio/Works.js | 2 +- client/src/screens/About.js | 2 +- client/src/screens/Article.js | 2 +- client/src/screens/Category.js | 4 +- client/src/screens/Contact.js | 2 +- client/src/screens/Expressions.js | 4 +- client/src/screens/Guide.js | 2 +- client/src/screens/Home.js | 8 +- client/src/screens/Live.js | 2 +- client/src/screens/PhotoStory.js | 2 +- client/src/screens/Podcast.js | 2 +- client/src/screens/Policy.js | 2 +- client/src/screens/SearchPage.jsx | 2 +- client/src/screens/SubCategory.js | 2 +- client/src/screens/UserProfile.js | 2 +- 19 files changed, 145 insertions(+), 144 deletions(-) diff --git a/client/src/components/marginals/DesktopNavbar.js b/client/src/components/marginals/DesktopNavbar.js index ca6f0bf3..8b2e7342 100644 --- a/client/src/components/marginals/DesktopNavbar.js +++ b/client/src/components/marginals/DesktopNavbar.js @@ -33,7 +33,7 @@ const DesktopNavbar = () => { }; return ( - +