From 8d5882058c0d581095818818f04fc8a407517117 Mon Sep 17 00:00:00 2001
From: Justin Coyne <jcoyne@justincoyne.com>
Date: Thu, 30 Jan 2025 15:53:28 -0600
Subject: [PATCH] Increase subheading size

And add other bs classes to subheading
See https://github.com/projectblacklight/spotlight/pull/3374
---
 app/views/shared/_masthead.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/shared/_masthead.html.erb b/app/views/shared/_masthead.html.erb
index f4ec625f5..19e9ddb8b 100644
--- a/app/views/shared/_masthead.html.erb
+++ b/app/views/shared/_masthead.html.erb
@@ -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>