From af4288efa72be551cc831e4da5572ddaf3e1b9ca Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 3 Mar 2023 19:47:01 +0530 Subject: [PATCH] fix: category section spacing --- client/src/components/marginals/DesktopNavbar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/marginals/DesktopNavbar.js b/client/src/components/marginals/DesktopNavbar.js index 361f9857..702c4c39 100644 --- a/client/src/components/marginals/DesktopNavbar.js +++ b/client/src/components/marginals/DesktopNavbar.js @@ -197,7 +197,6 @@ const useStyles = makeStyles((theme) => ({ }, linkContainer: { display: 'inline-block', - width: '100%', cursor: 'pointer', height: '100%', },