File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -52,31 +52,35 @@ const styles = {
52
52
display : 'flex' ,
53
53
flexDirection : 'column' ,
54
54
alignItems : 'center' ,
55
- width : '100%' ,
55
+ flex : 1 ,
56
56
} ,
57
57
projectInfo : {
58
58
marginBottom : '16px' ,
59
+ flex : 1 ,
59
60
} ,
60
61
projectImage : {
61
62
borderRadius : '10%' ,
62
63
objectFit : 'cover' ,
63
- width : 'auto ' ,
64
- height : '100% ' ,
64
+ width : '100% ' ,
65
+ height : 'auto ' ,
65
66
} ,
66
67
projectTitle : {
67
68
marginTop : '16px' ,
68
69
fontSize : '24px' ,
69
70
fontWeight : 'bold' ,
70
71
textAlign : 'center' ,
72
+ color : 'white' ,
71
73
} ,
72
74
leadsInfo : {
73
75
display : 'flex' ,
74
76
flexDirection : 'column' ,
75
77
alignItems : 'center' ,
78
+ flex : 1 ,
76
79
} ,
77
80
leadText : {
78
81
fontSize : '20px' ,
79
82
fontWeight : 'bold' ,
83
+ color : 'white' ,
80
84
} ,
81
85
leadsContainer : {
82
86
display : 'flex' ,
@@ -101,5 +105,6 @@ const styles = {
101
105
textAlign : 'center' ,
102
106
fontSize : '14px' ,
103
107
fontWeight : '500' ,
108
+ color : 'white' ,
104
109
} ,
105
110
} ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments