Skip to content

Commit

Permalink
Merge pull request #2705 from alphagov/3085_Inverse-head_Uneven-top-b…
Browse files Browse the repository at this point in the history
…ottom-padding

Adds top margin to title component inside inverse-header
  • Loading branch information
davidtrussler authored Aug 23, 2023
2 parents b38f288 + e907173 commit 6c0ec4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/content_items/html_publication.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
title: @content_item.title,
context: I18n.t("content_item.schema_name.#{@content_item.format_sub_type}", count: 1),
inverse: true,
margin_bottom: 0
margin_bottom: 0,
margin_top: 3
%>
<p class="publication-header__last-changed"><%= @content_item.last_changed %></p>
<% end %>
Expand Down

0 comments on commit 6c0ec4f

Please sign in to comment.