diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-07 11:25:57 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-07 11:25:57 -0400 | 
| commit | 5549a7b00b96cca229d09057bc08b55d30a0c349 (patch) | |
| tree | f63704797a13cdee61e79c7740affb7df330cbb6 /ufund-ui | |
| parent | c2afee3111e8c84993b491711c3c4eeb6b2df6db (diff) | |
| download | JellySolutions-5549a7b00b96cca229d09057bc08b55d30a0c349.tar.gz JellySolutions-5549a7b00b96cca229d09057bc08b55d30a0c349.tar.bz2 JellySolutions-5549a7b00b96cca229d09057bc08b55d30a0c349.zip | |
Adjust spacing between needs
Diffstat (limited to 'ufund-ui')
| -rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css index 02e170b..38ed4df 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.css +++ b/ufund-ui/src/app/components/need-list/need-list.component.css @@ -8,7 +8,7 @@  #needList {      display: flex;      flex-direction: column; -    gap: 15px +    gap: 10px  }  .needName { | 
