Skip to content

Commit

Permalink
Merge branch 'main' into remove-horizontal-padding-within-primary-nav
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto authored Nov 1, 2023
2 parents 8aaee5e + 738a742 commit 228dd5a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
37 changes: 19 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
box-sizing: border-box;
display: block;
float: left;
line-height: 50px;
height: 50px;
padding: 0;
line-height: 55px;
height: 55px;
padding: 0 govuk-spacing(3);
position: relative;
margin-right: govuk-spacing(6)
}
Expand Down

0 comments on commit 228dd5a

Please sign in to comment.