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/need-page/need-page.component.css | |
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/need-page/need-page.component.css | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/ufund-ui/src/app/components/need-page/need-page.component.css b/ufund-ui/src/app/components/need-page/need-page.component.css index f950171..844410f 100644 --- a/ufund-ui/src/app/components/need-page/need-page.component.css +++ b/ufund-ui/src/app/components/need-page/need-page.component.css @@ -6,7 +6,9 @@ #box { display: flex; flex-direction: column; - width: 1000px; + width: 800px; + justify-content: start; + gap: 10px; } .needName { @@ -15,7 +17,9 @@ .needType { text-transform: uppercase; - font-size: 10pt; + /*font-size: 10pt;*/ + margin-top: -20px; + /*margin-bottom: 20px;*/ } .split { @@ -47,21 +51,23 @@ .prog { display: flex; flex-direction: column; + margin-bottom: 15px; } .actionArea { display: flex; padding: 5px; gap: 5px; + margin-top: 10px; } -#editor { - position: absolute; - background-color: #4a4a4a; - display: flex; - flex-direction: column; - justify-self: center; - align-self: center; - padding: 20px; - box-shadow: 0 0 100px black; -} +/*#editor {*/ +/* position: absolute;*/ +/* background-color: #4a4a4a;*/ +/* display: flex;*/ +/* flex-direction: column;*/ +/* justify-self: center;*/ +/* align-self: center;*/ +/* padding: 20px;*/ +/* box-shadow: 0 0 100px black;*/ +/*}*/ |