Skip to content

Commit

Permalink
https://github.com/hlxsites/takeda-ihs/issues/169
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCollinz committed Feb 8, 2024
1 parent e8979c5 commit 84faf87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
padding: 20px 0;
margin: 0;
flex-direction: column;
justify-content: space-around;
justify-content: center;
gap: 20px;
}

Expand Down
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ main .disclaimer-modal-container {

@media screen and (min-width: 600px) {
:root {
--nav-height: 125px;
--nav-height: 80px;
}

main > .section > div {
Expand Down

0 comments on commit 84faf87

Please sign in to comment.