diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 02:16:04 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 02:16:04 -0400 |
commit | 0e9c0803e35a23ef2e873dc7ebf224a49a92f207 (patch) | |
tree | 98583e1b1d21d1a0cc57e8ff3489fbbf758eccff /ufund-ui/src/app/components/funding-basket | |
parent | 61daadccf89b2b84820386558ac454c0123d4299 (diff) | |
download | JellySolutions-0e9c0803e35a23ef2e873dc7ebf224a49a92f207.tar.gz JellySolutions-0e9c0803e35a23ef2e873dc7ebf224a49a92f207.tar.bz2 JellySolutions-0e9c0803e35a23ef2e873dc7ebf224a49a92f207.zip |
Get everything working enough to go in main
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket')
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.css b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css index dff6e06..c46ef57 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.css +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css @@ -20,7 +20,7 @@ #needList { display: flex; flex-direction: column; - gap: 10px; + gap: 15px; max-width: 1000px; } |