Skip to content

Commit

Permalink
Column proper size
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 6, 2023
1 parent 00d90d3 commit edfb80f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/blacklight/document_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<%= embed %>
<%= content %>

<div class="row gx-3 gy-1 align-items-center">
<div class="col-auto">
<div class="row gx-2 gy-1">
<div class="col col-md-9">
<%= metadata %>
<% metadata_sections.each do |section| %>
<%= section %>
<% end %>
</div>
<div class="col-sm-3">
<div class="col col-md-3">
<%= render(Blacklight::Document::SidebarComponent.new(presenter: @presenter)) %>
</div>
</div>
Expand Down

0 comments on commit edfb80f

Please sign in to comment.