Skip to content

Commit

Permalink
Merge pull request #57 from nhsengland/left-align-hero-h1
Browse files Browse the repository at this point in the history
aligned hero h1 to left
  • Loading branch information
amaiaita authored Feb 7, 2024
2 parents c0771f0 + 5852c43 commit e4aa020
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ h1 {
text-align: center;
}

.hero-content > h1 {
text-align: left;
}

/* small screen */
@media screen and (max-width: 800px) {
.hero {
Expand Down

0 comments on commit e4aa020

Please sign in to comment.