Skip to content

Commit

Permalink
Merge pull request #9822 from alphagov/content-modelling/824-add-copy…
Browse files Browse the repository at this point in the history
…-to-homepage-heading

Add copy to homepage header
  • Loading branch information
pezholio authored Jan 16, 2025
2 parents 72c97b6 + da82610 commit 7cecab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

&--column-right {
display: flex;
align-self: center;
align-self: flex-start;
justify-content: flex-end;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@

<div class="govuk-grid-row content-block-manager-header">
<div class="govuk-grid-column-one-half">
<h1 class="gem-c-title__text govuk-heading-xl">
<h1 class="govuk-heading-xl content-block-manager-header--heading">
Content Block Manager
</h1>

<p class="govuk-body">Create, edit and use standardised content across GOV.UK</p>
</div>
<div class="govuk-grid-column-one-half content-block-manager-header--column-right">
<div>
Expand Down

0 comments on commit 7cecab8

Please sign in to comment.