File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
public/images/organizingTeam Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,13 @@ const OrganizingTeam = () => {
26
26
} ,
27
27
{ name : "박성흠" } ,
28
28
{ name : "김순태" } ,
29
- { name : "김강민" } ,
29
+ {
30
+ name : "김강민" ,
31
+ displayName : "김강민/KLOU" ,
32
+ comment :
33
+ "파이썬과 파이콘을 사랑하는 데이터 저널리스트입니다. 시빅 테크 커뮤니티 코드포코리아 오거나이저이기도 합니다. 기술을 통해 사회 문제를 해결하는 데 관심이 있습니다." ,
34
+ imageFileName : "김강민.jpg" ,
35
+ } ,
30
36
{
31
37
name : "이우섭" ,
32
38
displayName : "WooSub Lee" ,
@@ -146,7 +152,8 @@ const MemberContainer = styled.div`
146
152
border-radius: 50%;
147
153
border: 1px solid var(--pico-muted-border-color);
148
154
149
- * {
155
+ img,
156
+ svg {
150
157
width: 100%;
151
158
height: 100%;
152
159
min-width: 100%;
@@ -164,6 +171,7 @@ const MemberContainer = styled.div`
164
171
}
165
172
166
173
& > section.right {
174
+ width: calc(100% - 6rem);
167
175
display: flex;
168
176
flex-direction: column;
169
177
justify-content: center;
You can’t perform that action at this time.
0 commit comments