Skip to content

Commit

Permalink
Adds top margin to title component inside inverse-header
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrussler committed Feb 15, 2023
1 parent 197a30a commit e907173
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 @@ -37,7 +37,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 e907173

Please sign in to comment.