From e895b7f590e623a378f5699cb2ed3a9dc7ea042e Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Tue, 19 Nov 2024 19:37:15 +0100 Subject: [PATCH] Decrease font size for widgets --- src/app/pages/dashboard/dashboard.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/dashboard/dashboard.component.css b/src/app/pages/dashboard/dashboard.component.css index fbf69c0..5b233e8 100644 --- a/src/app/pages/dashboard/dashboard.component.css +++ b/src/app/pages/dashboard/dashboard.component.css @@ -24,7 +24,7 @@ } .widget-bottom { - font-size: 52px; + font-size: 32px; } .footer {