diff --git a/app/views/content_items/html_publication.html.erb b/app/views/content_items/html_publication.html.erb index bff600241..358856a13 100644 --- a/app/views/content_items/html_publication.html.erb +++ b/app/views/content_items/html_publication.html.erb @@ -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 %>
<%= @content_item.last_changed %>
<% end %>