mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
fix header padding on large screens
This commit is contained in:
parent
edba818615
commit
af68aa692c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
|
|||
<>
|
||||
<div className="w-full bg-card sm:px-0 fixed top-0 z-10 border-b">
|
||||
<div className="container mx-auto flex flex-col content-between">
|
||||
<div className="my-4 px-3">
|
||||
<div className="my-4 px-3 md:px-0">
|
||||
<UserProvider user={user}>
|
||||
<Header orgId={params.orgId} orgs={orgs} />
|
||||
</UserProvider>
|
||||
|
|
Loading…
Reference in a new issue