Skip to content

Commit

Permalink
style(SLB-295): adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop committed May 14, 2024
1 parent 7afcfe7 commit e5a9d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Organisms/PageDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function PageDisplay(page: PageFragment) {
return (
<PageTransition>
<div>
{!page.hero && <BreadCrumbs className="mx-auto px-3.5" />}
{!page.hero && <BreadCrumbs className="pt-5 mx-auto px-3.5" />}
{page.hero && <PageHero {...page.hero} />}
<div className="bg-white pt-5 pb-12 px-6 lg:px-8">
{page.hero && <BreadCrumbs className="mx-auto max-w-3xl" />}
Expand Down

0 comments on commit e5a9d47

Please sign in to comment.