diff --git a/app/components/primary_navigation_component.html.erb b/app/components/primary_navigation_component.html.erb index 1f033804c..032c02b81 100644 --- a/app/components/primary_navigation_component.html.erb +++ b/app/components/primary_navigation_component.html.erb @@ -1,5 +1,5 @@ -<%= govuk_service_navigation(navigation_id: 'primary-navigation', classes: 'app-service-navigation') do |sn| - items.each do |item| - sn.with_navigation_item(text: item[:text], href: item[:href], classes: "", current: item[:current]) - end -end %> +<%= govuk_service_navigation(navigation_id: "primary-navigation", classes: "app-service-navigation") do |sn| + items.each do |item| + sn.with_navigation_item(text: item[:text], href: item[:href], classes: "", current: item[:current]) + end + end %> diff --git a/app/frontend/styles/application.scss b/app/frontend/styles/application.scss index 5fce5e610..095285167 100644 --- a/app/frontend/styles/application.scss +++ b/app/frontend/styles/application.scss @@ -111,6 +111,7 @@ $govuk-breakpoints: ( .govuk-service-navigation__item--active { border-bottom-width: 4px; } + .govuk-service-navigation__item { padding-right: 15px; padding-left: 15px;