Skip to content

Commit

Permalink
Increase subheading size
Browse files Browse the repository at this point in the history
And add other bs classes to subheading
See projectblacklight/spotlight#3374
  • Loading branch information
jcoyne committed Jan 30, 2025
1 parent 408889f commit 8d58820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_masthead.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</h1>

<% if masthead_subheading_content %>
<small class="py-2"><%= masthead_subheading_content %></small>
<small class="d-none d-md-block py-2 fs-4"><%= masthead_subheading_content %></small>
<% end %>
</div>

Expand Down

0 comments on commit 8d58820

Please sign in to comment.