fix(fs.shared): Full-width fix
This commit is contained in:
parent
3b204443b0
commit
c28a5a84a6
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ const DefaultLayout = ({ app, title=false, children=[]}) => {
|
|||
`}>
|
||||
<PrimaryNavigation app={app} active={slug}/>
|
||||
</aside>
|
||||
<section className='max-w-screen-lg lg:pt-8 p-4'>
|
||||
<section className='max-w-screen-lg lg:pt-8 p-4 w-full'>
|
||||
{title && (
|
||||
<>
|
||||
<Breadcrumbs app={app} slug={slug} title={title} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue