Skip to content

Commit

Permalink
In /workspaces/nhs-notify-web-cms-dev/docs/_sass/_nhsnotify.scss I ad…
Browse files Browse the repository at this point in the history
…ded the line 'flex-wrap: wrap;' in the following code:

.nhsuk-header__navigation-list {
  justify-content: flex-start;
  flex-wrap: wrap;
}

This is an interim step to make the main nav list items wrap correctly when the site is viewed on a mobile device. It's not our ultimate solution but it makes the site more mobile responsive and accessible.
  • Loading branch information
emmagifford authored Nov 11, 2024
1 parent dba7c44 commit 0229360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sass/_nhsnotify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

.nhsuk-header__navigation-list {
justify-content: flex-start;
flex-wrap: wrap;
}

.nhsuk-header__navigation-link {
Expand Down

0 comments on commit 0229360

Please sign in to comment.