Skip to content

Commit

Permalink
Modified Layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Nov 20, 2023
1 parent bc4900b commit b878625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/Views/Shared/_BetaBanner.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="dfe-width-container">
<div class="dfe-width-container govuk-!-margin-bottom-6">
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<div class="govuk-phase-banner">
Expand Down
4 changes: 1 addition & 3 deletions Childrens-Social-Care-CPD/Views/Shared/_ErrorLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@
<main class="govuk-main-wrapper govuk-main-wrapper--auto-spacing govuk-!-padding-top-0" id="main-content" role="main">
<partial name="_BetaBanner" />
<div class="govuk-width-container ">
<div class="govuk-!-padding-top-9">
@RenderBody()
</div>
@RenderBody()
</div>
</main>

Expand Down
4 changes: 1 addition & 3 deletions Childrens-Social-Care-CPD/Views/Shared/_SiteLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
<main class="govuk-main-wrapper govuk-main-wrapper--auto-spacing govuk-!-padding-top-0" id="main-content" role="main">
<partial name="_BetaBanner" />
@await RenderSectionAsync("PageBanner", required: false)
<div class="govuk-!-padding-top-6">
@RenderBody()
</div>
@RenderBody()
</main>

<partial name="_Footer" />
Expand Down

0 comments on commit b878625

Please sign in to comment.