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; } + }
@@ -159,7 +162,7 @@
This Week
View Calendar →
-
+
{{ week_worker_days }}
Worker-Days
diff --git a/core/templates/core/loan_list.html b/core/templates/core/loan_list.html index 8ced55b..661d91e 100644 --- a/core/templates/core/loan_list.html +++ b/core/templates/core/loan_list.html @@ -14,7 +14,7 @@
-