File tree Expand file tree Collapse file tree 1 file changed +38
-28
lines changed Expand file tree Collapse file tree 1 file changed +38
-28
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,47 @@ $light-blue: #759cc9;
10
10
$button-blue: #24BCFF; */
11
11
12
12
13
- .form , .project {
14
- width : 22vw ;
15
- height : 38vh ;
16
- background : white;
17
- margin : 1% 1% ;
18
- border-radius : 5px ;
13
+ /* .project{
14
+ display: flex;
15
+ flex-direction: column;
16
+ background-color: white;
19
17
color: #606f7b;
20
18
align-items: center;
21
- height : 40vh ;
22
- /* justify-content: min; */
23
- width : 30% ;
24
- /* overflow: scroll; */
19
+ height: 300px;
20
+ justify-content: min;
21
+ width: 250px;
22
+ } */
23
+
24
+ .project {
25
+ display : flex;
26
+ flex-direction : column;
27
+ align-items : stretch;
28
+ margin : 5px ;
29
+ border : 1px solid # f0f0f0 ;
30
+ border-radius : 5px ;
31
+ box-shadow : 0 0 5px rgba (0 , 0 , 0 , 0.3 );
32
+ height : 500px ;
33
+ width : 400px ;
34
+ justify-content : space-between;
25
35
}
26
36
27
37
38
+ /* .form , .project{
39
+ display: flex;
40
+ flex-direction: column;
41
+ background-color: white;
42
+ border: 1px solid #f0f0f0;
43
+ box-shadow: 0 0 5px rgba(0,0,0,0.3);
44
+ margin: 5px;
45
+ border-radius: 5px;
46
+ color: #606f7b;
47
+ align-items: center;
48
+ height: 300px;
49
+ justify-content: min;
50
+ width: 250px;
51
+ } */
52
+
53
+
28
54
.dashboardContainer {
29
55
/* overflow: scroll; */
30
56
height : 100% ;
@@ -38,15 +64,6 @@ $button-blue: #24BCFF; */
38
64
overflow-y : scroll;
39
65
}
40
66
41
- .project {
42
- display : flex;
43
- flex-direction : column;
44
- align-items : stretch;
45
- height : 500px ;
46
- width : 400px ;
47
- justify-content : space-between;
48
- }
49
-
50
67
.projectInfo {
51
68
text-align : center;
52
69
}
@@ -57,15 +74,8 @@ $button-blue: #24BCFF; */
57
74
overflow-y : scroll;
58
75
}
59
76
60
-
61
-
62
- .commentButton {
63
- /* float: right; */
64
- /* top: 22%;
65
- right: 5%;
66
- position: absolute; */
67
- padding-top : 2% ;
68
- padding-bottom : 2% ;
77
+ .commentBtn {
78
+ color : # bebebed8 ;
69
79
}
70
80
71
81
.comment {
You can’t perform that action at this time.
0 commit comments