diff --git a/kit/css/header.css b/kit/css/header.css index 489500a..94de600 100644 --- a/kit/css/header.css +++ b/kit/css/header.css @@ -32,13 +32,11 @@ header .content-wrap { flex-direction: row; flex-wrap: nowrap; align-items: center; - justify-content: flex-start; } header .header-logo-container { position: static; padding: 0.22222rem 0; - margin-right: auto; color: #333333; line-height: 1; } @@ -51,6 +49,10 @@ header .header-button-container { margin-left: 3.33333rem; } +header nav { + flex-grow: 1; +} + header:not(.sticky-header) nav { margin-top: 3.11111rem; }