Styling to help the todo list cards fit the overall sytle better.

This commit is contained in:
rocketdebris 2025-12-20 16:55:33 -05:00
parent 1d77aa5dcf
commit 276e6fd3c7

View file

@ -465,8 +465,7 @@ onMounted(async () => {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 20px; gap: 20px;
margin-bottom: 30px; margin-bottom: 20px;
margin-left: 30px;
} }
.widget-header { .widget-header {
@ -503,6 +502,9 @@ onMounted(async () => {
.page-container { .page-container {
height: 100%; height: 100%;
margin: 20px;
gap: 20px;
background-color: transparent;
} }
.chart-section { .chart-section {