style: made the paddings and text sizes smaller (#433)
This commit is contained in:
parent
3f5bbf336c
commit
0ba81a10f1
17 changed files with 75 additions and 101 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue