style: made the paddings and text sizes smaller (#433)

This commit is contained in:
Aaryan Khandelwal 2023-03-14 12:18:14 +05:30 committed by GitHub
parent 3f5bbf336c
commit 0ba81a10f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 75 additions and 101 deletions

View file

@ -136,7 +136,7 @@ const AppLayout: FC<AppLayoutProps> = ({
) : isMember ? (
<div
className={`flex w-full flex-grow flex-col ${
noPadding ? "" : settingsLayout ? "p-9 lg:px-32 lg:pt-9" : "p-9"
noPadding ? "" : settingsLayout ? "p-8 lg:px-28" : "p-8"
} ${
bg === "primary"
? "bg-primary"