Skip to content

Commit

Permalink
feat: Change page banner row width from 3/4 to 2/3 per design change
Browse files Browse the repository at this point in the history
Merge pull request #262 from DFE-Digital/feat/update-page-banner-width
  • Loading branch information
killij authored Sep 12, 2023
2 parents dcd2627 + b0acc5a commit 97ed24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/Views/Content/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<section id="content-banner" class="app-section-content app-section-content--blue govuk-!-margin-bottom-8">
<div class="dfe-width-container">
<div class="govuk-grid-row govuk-!-padding-top-3 govuk-!-padding-bottom-0">
<div class="govuk-grid-column-three-quarters-from-desktop govuk-!-padding-top-3">
<div class="govuk-grid-column-two-thirds-from-desktop govuk-!-padding-top-3">
<h1 id="content-banner-title" class="govuk-heading-xl">@Model.ContentTitle</h1>
<p id="content-banner-subtitle" class="govuk-body-l">@Model.ContentSubtitle</p>
</div>
Expand Down

0 comments on commit 97ed24b

Please sign in to comment.