diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 1cfc13007..760c89052 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -695,12 +695,23 @@ body > header, .subnavigation { @include full-width-background; + @include breakpoint(small only) { + @include grid-row-nest; + } + @include breakpoint(medium) { background: $body-background; color: $text; padding-bottom: 0; } + .search-form-header { + + @include breakpoint(small only) { + padding-left: rem-calc(map-get($grid-column-gutter, small) / 2); + } + } + ul { list-style-type: none; margin: 0; diff --git a/app/components/sdg/goals/help_page_component.html.erb b/app/components/sdg/goals/help_page_component.html.erb index 43be5ac17..7f167c4a0 100644 --- a/app/components/sdg/goals/help_page_component.html.erb +++ b/app/components/sdg/goals/help_page_component.html.erb @@ -4,7 +4,7 @@ <%= render "shared/canonical", href: sdg_help_url %> <% end %> -
+

<%= t("sdg.goals.help.title") %>

<%= t("sdg.goals.help.description") %>