From 84faf8727052d90d2974af00e7d6a3fd9dd4a88d Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 8 Feb 2024 07:09:51 -0500 Subject: [PATCH] https://github.com/hlxsites/takeda-ihs/issues/169 --- blocks/header/header.css | 2 +- styles/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {