File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const Organisation = () => {
52
52
< div style = { { display : "flex" , flexDirection : "row" } } >
53
53
{ project . mentor . map ( ( mentor , index ) => (
54
54
< div key = { mentor . id } >
55
- < p onClick = { mentor . linkedin ? ( ) => openInNewWindow ( mentor . linkedin ) : undefined } >
55
+ < p onClick = { mentor . linkedin ? ( ) => openInNewWindow ( mentor . linkedin ) : undefined } >
56
56
{ mentor . name }
57
57
{ index < project . mentor . length - 1 && ", " }
58
58
</ p >
Original file line number Diff line number Diff line change 48
48
cursor : pointer ;
49
49
& :hover {
50
50
color : #babac0 ;
51
- border-bottom : 1px solid #babac0 ;
51
+ // border-bottom: 1px solid #babac0;
52
52
}
53
53
}
54
54
}
107
107
flex-wrap : wrap ;
108
108
margin : 0 ;
109
109
}
110
-
110
+ p {
111
+ text-decoration : underline ;
112
+ }
111
113
112
114
}
113
115
.Organisation-project-card-tech {
186
188
font-size : 1.2rem ;
187
189
font-weight : 500 ;
188
190
cursor : pointer ;
191
+ text-decoration : underline ;
189
192
}
190
193
& :hover {
191
194
p {
192
195
color : #78787e ;
193
- border-bottom : 1px solid #737376 ;
196
+ // border-bottom: 1px solid #737376;
194
197
}
195
198
196
199
}
322
325
h4 {
323
326
font-size : 1rem ;
324
327
}
328
+ p {
329
+ text-decoration : underline ;
330
+ }
325
331
}
326
332
.Organisation-project-card-tech {
327
333
h4 {
You can’t perform that action at this time.
0 commit comments