diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 21:37:28 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-28 21:37:28 -0400 |
commit | e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9 (patch) | |
tree | 921b54a870974a30612b8b079bdfd55570326f42 /ufund-ui/src/app/components/dashboard/dashboard.component.css | |
parent | fb4e2bc3eb66ca861eb8393ade21811e4510669a (diff) | |
download | JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.tar.gz JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.tar.bz2 JellySolutions-e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9.zip |
Implement new dashboard and mini-need-list
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.css')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.css b/ufund-ui/src/app/components/dashboard/dashboard.component.css index e69de29..9db015e 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.css +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.css @@ -0,0 +1,7 @@ +:host { + display: flex; + flex-direction: column; + width: 1200px; + align-self: center; + gap: 20px +} |