better search layout spacing
This commit is contained in:
parent
e8aaf1956e
commit
43d3ba1807
@ -30,7 +30,7 @@ export function SearchLayout ({ sub, children, ...props }) {
|
|||||||
<Layout sub={sub} seo={false} contain={false} {...props}>
|
<Layout sub={sub} seo={false} contain={false} {...props}>
|
||||||
<SeoSearch sub={sub} />
|
<SeoSearch sub={sub} />
|
||||||
<Search sub={sub} />
|
<Search sub={sub} />
|
||||||
<Container as='main' className='py-4 px-sm-0'>
|
<Container as='main' className='pt-3 pb-4 px-sm-0'>
|
||||||
{children}
|
{children}
|
||||||
</Container>
|
</Container>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user