diff --git a/core/templates/core/index.html b/core/templates/core/index.html index 5f1d45c..9835916 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -8,6 +8,9 @@ .resource-hidden { display: none !important; } .quick-action-btn { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1rem; border-radius: 0.5rem; font-weight: 500; font-size: 0.875rem; transition: all 0.15s; text-decoration: none; } .quick-action-btn:hover { transform: translateX(3px); } + @media (max-width: 767.98px) { + .dashboard-header .display-5 { font-size: 1.75rem; } + }