From 832cf8044967565c7ecbbcc06fe9c7da0154847a Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 11 May 2023 20:39:14 -0500 Subject: [PATCH] fix dashboard margins --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 48b18ce..36fa4cb 100644 --- a/style.css +++ b/style.css @@ -2083,7 +2083,7 @@ body.dashboard .dash-title { padding: 8px; font-weight: bold; font-family: var(--primary-font); - margin-bottom: -1px; + margin-bottom: -2px; } body.dashboard .dash-title.ulink { padding: 3px 3px 4px 3px; }