diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-30 21:46:54 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-30 21:46:54 -0400 | 
| commit | aa5610d0f56c2a048212b3bd3a9ca5671ec855fa (patch) | |
| tree | a7c2dcb8c92b16d8d56fc7d12fe185a7eb9625c1 /ufund-ui/src/app/components/dashboard | |
| parent | 2c2957da48b62d16ce24addcc46d0d0ed66f7a9d (diff) | |
| download | JellySolutions-aa5610d0f56c2a048212b3bd3a9ca5671ec855fa.tar.gz JellySolutions-aa5610d0f56c2a048212b3bd3a9ca5671ec855fa.tar.bz2 JellySolutions-aa5610d0f56c2a048212b3bd3a9ca5671ec855fa.zip  | |
Continue working on css
Diffstat (limited to 'ufund-ui/src/app/components/dashboard')
| -rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.css b/ufund-ui/src/app/components/dashboard/dashboard.component.css index 9db015e..78a69ba 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.css +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.css @@ -1,7 +1,7 @@  :host {      display: flex;      flex-direction: column; -    width: 1200px; +    width: 1000px;      align-self: center;      gap: 20px  }  | 
