diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 01:16:49 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 01:16:49 -0400 |
| commit | 61daadccf89b2b84820386558ac454c0123d4299 (patch) | |
| tree | bcce802c153ab7336a4f23979404a8bc90369489 /ufund-ui/src/app/components/funding-basket | |
| parent | 982e00e128add3e8dc1f0b27f393fc8e63797059 (diff) | |
| download | JellySolutions-61daadccf89b2b84820386558ac454c0123d4299.tar.gz JellySolutions-61daadccf89b2b84820386558ac454c0123d4299.tar.bz2 JellySolutions-61daadccf89b2b84820386558ac454c0123d4299.zip | |
More css cleanup
Diffstat (limited to '')
| -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 a17f710..dff6e06 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 @@ -5,7 +5,7 @@ #box { display: flex; - width: 1000px; + width: 800px; flex-direction: column; gap: 10px; } |
