1
0
Fork 0

feat(fs.dev): Layout changes after initial feedback

This commit is contained in:
Joost De Cock 2021-12-28 17:09:45 +01:00
parent 1c0b8458e5
commit d71a8246ac
3 changed files with 108 additions and 112 deletions

View file

@ -86,8 +86,8 @@ const DefaultLayout = ({ app, title=false, children=[]}) => {
grow flex flex-row
sm:py-8
gap-2
lg:gap-16
xl:gap-32
lg:gap-8
xl:gap-16
`}>
<aside className={`
fixed top-0 right-0
@ -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 w-full'>
<section className='max-w-61.8% lg:pt-8 p-4 w-full'>
{title && (
<>
<Breadcrumbs app={app} slug={slug} title={title} />