Skip to content

Commit 0229360

Browse files
authored
In /workspaces/nhs-notify-web-cms-dev/docs/_sass/_nhsnotify.scss I added 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.
1 parent dba7c44 commit 0229360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_sass/_nhsnotify.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
.nhsuk-header__navigation-list {
7171
justify-content: flex-start;
72+
flex-wrap: wrap;
7273
}
7374

7475
.nhsuk-header__navigation-link {

0 commit comments

Comments
 (0)