diff --git a/app/assets/stylesheets/govuk-frontend/overrides.scss b/app/assets/stylesheets/govuk-frontend/overrides.scss index 4269c4181..6b703f1fe 100644 --- a/app/assets/stylesheets/govuk-frontend/overrides.scss +++ b/app/assets/stylesheets/govuk-frontend/overrides.scss @@ -1,16 +1,5 @@ // Overrides for certain GOV.UK Frontend styles to make its components match this application's design -// Notify's header navigation aligns to the right -.govuk-header__navigation { - text-align: right; - - // reset the alignment of each item to left-to-right - .govuk-header__navigation-item { - text-align: left; - } - -} - // Additional padding-bottom override, following the GOV.UK Frontend spacing scale: // https://design-system.service.gov.uk/styles/spacing/#the-responsive-spacing-scale .govuk-\!-padding-bottom-12 { diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 4398a1900..9a00bbad2 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -124,7 +124,8 @@ {{ govukHeader({ "homepageUrl": url_for('main.show_accounts_or_dashboard'), "productName": "Notify", - "navigation": navigation + "navigation": navigation, + "navigationClasses": "govuk-header__navigation--end" }) }} {% endblock %}