aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard/dashboard.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-06 13:40:20 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-06 13:40:20 -0400
commit04cb51b2e7891785c956c5faa73fb88cc04e82e0 (patch)
tree2a02409742faaf5902056df0e2ea0920df1f7933 /ufund-ui/src/app/components/dashboard/dashboard.component.css
parenta24907d9ca0100798867805a458d8fc870a82e9a (diff)
downloadJellySolutions-04cb51b2e7891785c956c5faa73fb88cc04e82e0.tar.gz
JellySolutions-04cb51b2e7891785c956c5faa73fb88cc04e82e0.tar.bz2
JellySolutions-04cb51b2e7891785c956c5faa73fb88cc04e82e0.zip
Improve spacing in dashboard
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.css')
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.css b/ufund-ui/src/app/components/dashboard/dashboard.component.css
index 303b890..54f362b 100644
--- a/ufund-ui/src/app/components/dashboard/dashboard.component.css
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.css
@@ -21,17 +21,23 @@
width: 400px;
height: 130px;
border-radius: 5px;
- padding: 20px;
+ padding: 10px;
display: flex;
flex-direction: column;
+ justify-content: space-between;
+ h1 {
+ padding: 0 10px;
+ }
}
.listCard {
+ display: flex;
+ flex-direction: column;
background-color: #2e2e2e;
border-radius: 5px;
padding: 10px;
-
+ gap: 10px;
}
.content {