Browse Source

Add margin between sections

pull/2693/head
Kat 2 years ago committed by Kat
parent
commit
b61079d72f
  1. 4
      app/views/collection_resources/_collection_resource_summary_list.erb

4
app/views/collection_resources/_collection_resource_summary_list.erb

@ -41,9 +41,9 @@
<% end %>
<% end %>
<% end %>
<div class="govuk-!-margin-bottom-6">
<div class="govuk-!-margin-bottom-8">
<%= govuk_link_to "Add new #{mandatory_resources.first.log_type} #{text_year_range_format(mandatory_resources.first.year)} resource", href: new_collection_resource_path(year: mandatory_resources.first.year, log_type: mandatory_resources.first.log_type) %>
</div>
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--m">
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--m govuk-!-margin-bottom-8">
</div>
</div>

Loading…
Cancel
Save