diff --git a/components/header/_header.scss b/components/header/_header.scss index 124c566a..3f61564b 100644 --- a/components/header/_header.scss +++ b/components/header/_header.scss @@ -2,6 +2,10 @@ // See: https://github.com/alphagov/govuk-design-system/blob/master/src/stylesheets/components/_header.scss @include govuk-exports("app-header") { + .app-header--with-navigation { + border-bottom: $govuk-border-width-wide solid $govuk-brand-colour; + } + // Override the default 33% width on the logo in GOV.UK Frontend (prevents // unnecessary wrapping of product name on smaller tablet / desktop // viewports) diff --git a/components/header/template.njk b/components/header/template.njk index ab605d2b..f3b0744e 100644 --- a/components/header/template.njk +++ b/components/header/template.njk @@ -1,5 +1,6 @@ +{% from "x-govuk/components/primary-navigation/macro.njk" import xGovukPrimaryNavigation %} {%- from "../site-search/macro.njk" import appSiteSearch -%} -