fix: layout padding, tabs size and page heading font sizes (#1067)

This commit is contained in:
Aaryan Khandelwal 2023-05-17 14:57:58 +05:30 committed by GitHub
parent 3427652c22
commit ab695a309f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 37 additions and 37 deletions

View file

@ -173,7 +173,7 @@ const WorkspaceSettings: NextPage = () => {
}}
data={activeWorkspace ?? null}
/>
<div className="p-8 lg:px-24">
<div className="p-8">
<SettingsHeader />
{activeWorkspace ? (
<div className="space-y-8 sm:space-y-12">