1
0
Fork 0

fix(fs.shared): Full-width fix

This commit is contained in:
Joost De Cock 2021-12-27 15:16:43 +01:00
parent 3b204443b0
commit c28a5a84a6

View file

@ -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} />