Skip to content

Commit

Permalink
Layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 6, 2023
1 parent 3db5053 commit 783a09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/blacklight/document_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<% if body.present? %>
<%= body %>
<% else %>
<div class="document-main-section">
<div class="document-main-section container-xxl">
<br/>
<%= title %>
<% if @component.to_s == 'div' %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/catalog_result.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<% content_for(:content) do %>
<section>
<div class="container-xxl">
<%= content_for(:sidebar) %>
<%= yield %>
<%= content_for(:sidebar) %>
</div>
<%= yield %>
</section>
<% end %>
<%= render template: "layouts/blacklight/base" %>

0 comments on commit 783a09c

Please sign in to comment.