diff --git a/blocks/header/header.css b/blocks/header/header.css index 821419ad..e72fd2a3 100644 --- a/blocks/header/header.css +++ b/blocks/header/header.css @@ -85,7 +85,7 @@ padding: 20px 0; margin: 0; flex-direction: column; - justify-content: space-around; + justify-content: center; gap: 20px; } diff --git a/styles/styles.css b/styles/styles.css index 6911f346..4d773ddc 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -610,7 +610,7 @@ main .disclaimer-modal-container { @media screen and (min-width: 600px) { :root { - --nav-height: 125px; + --nav-height: 80px; } main > .section > div {