diff --git a/app/views/content_items/_attachments_list.html.erb b/app/views/content_items/_attachments_list.html.erb index 384bca740..4e5765098 100644 --- a/app/views/content_items/_attachments_list.html.erb +++ b/app/views/content_items/_attachments_list.html.erb @@ -2,7 +2,7 @@
<%= render 'govuk_publishing_components/components/heading', text: title, - mobile_top_margin: true + margin_bottom: 4 %> <% add_gem_component_stylesheet("details") %> <% attachments_for_components.each do |details| %> diff --git a/app/views/content_items/consultation.html.erb b/app/views/content_items/consultation.html.erb index 1230c28c6..121169494 100644 --- a/app/views/content_items/consultation.html.erb +++ b/app/views/content_items/consultation.html.erb @@ -57,7 +57,10 @@ title: t("consultation.download_outcome"), attachments_for_components: @content_item.final_outcome_attachments_for_components %> - <%= render 'govuk_publishing_components/components/heading', text: t("consultation.detail_of_outcome"), mobile_top_margin: true %> + <%= render 'govuk_publishing_components/components/heading', { + text: t("consultation.detail_of_outcome"), + margin_bottom: 4, + } %>
<%= render 'govuk_publishing_components/components/govspeak', { direction: page_text_direction, @@ -73,7 +76,7 @@ %> <% if @content_item.public_feedback_detail %> <%= render 'govuk_publishing_components/components/heading', { - mobile_top_margin: true, + margin_bottom: 4, text: t("consultation.detail_of_feedback_received"), } %>
@@ -92,7 +95,7 @@ <%= render 'govuk_publishing_components/components/heading', { heading_level: 2, id: "original-consultation-title", - mobile_top_margin: true, + margin_bottom: 4, text: t("consultation.original_consultation"), } %> @@ -136,7 +139,7 @@
<%= render 'govuk_publishing_components/components/heading', { - mobile_top_margin: true, + margin_bottom: 4, text: t("consultation.description"), } %>