aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-page/need-page.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/app/components/need-page/need-page.component.css')
-rw-r--r--ufund-ui/src/app/components/need-page/need-page.component.css30
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;*/
+/*}*/