From 276e6fd3c7f2b18edc5b08a57085061f3b6a6f25 Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Sat, 20 Dec 2025 16:55:33 -0500 Subject: [PATCH] Styling to help the todo list cards fit the overall sytle better. --- frontend/src/components/pages/Clients.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/pages/Clients.vue b/frontend/src/components/pages/Clients.vue index b1b3481..8435fd3 100644 --- a/frontend/src/components/pages/Clients.vue +++ b/frontend/src/components/pages/Clients.vue @@ -465,8 +465,7 @@ onMounted(async () => { display: flex; flex-wrap: wrap; gap: 20px; - margin-bottom: 30px; - margin-left: 30px; + margin-bottom: 20px; } .widget-header { @@ -503,6 +502,9 @@ onMounted(async () => { .page-container { height: 100%; + margin: 20px; + gap: 20px; + background-color: transparent; } .chart-section {