Skip to content

Commit

Permalink
fix: Fix site layout with incorrect padding
Browse files Browse the repository at this point in the history
Merge pull request #259 from DFE-Digital/fix/page-banner
  • Loading branch information
killij authored Sep 8, 2023
2 parents 8284971 + 7b97ffc commit 89c32e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/Views/Shared/_SiteLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<partial name="_Header" />
<partial name="_BackLink" model="@ViewBag.ContextModel?.BackLink" />

<main class="govuk-main-wrapper govuk-main-wrapper--auto-spacing govuk-!-padding-6" id="main-content" role="main">
<main class="govuk-main-wrapper govuk-main-wrapper--auto-spacing govuk-!-padding-top-6" id="main-content" role="main">
@await RenderSectionAsync("PageBanner", required: false)
@RenderBody()
</main>
Expand Down

0 comments on commit 89c32e1

Please sign in to comment.