better search layout spacing

This commit is contained in:
keyan 2023-10-26 13:01:01 -05:00
parent e8aaf1956e
commit 43d3ba1807
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export function SearchLayout ({ sub, children, ...props }) {
<Layout sub={sub} seo={false} contain={false} {...props}>
<SeoSearch 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}
</Container>
</Layout>