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 = () => {
2626 } ,
2727 { name : "박성흠" } ,
2828 { name : "김순태" } ,
29- { name : "김강민" } ,
29+ {
30+ name : "김강민" ,
31+ displayName : "김강민/KLOU" ,
32+ comment :
33+ "파이썬과 파이콘을 사랑하는 데이터 저널리스트입니다. 시빅 테크 커뮤니티 코드포코리아 오거나이저이기도 합니다. 기술을 통해 사회 문제를 해결하는 데 관심이 있습니다." ,
34+ imageFileName : "김강민.jpg" ,
35+ } ,
3036 {
3137 name : "이우섭" ,
3238 displayName : "WooSub Lee" ,
@@ -146,7 +152,8 @@ const MemberContainer = styled.div`
146152 border-radius: 50%;
147153 border: 1px solid var(--pico-muted-border-color);
148154
149- * {
155+ img,
156+ svg {
150157 width: 100%;
151158 height: 100%;
152159 min-width: 100%;
@@ -164,6 +171,7 @@ const MemberContainer = styled.div`
164171 }
165172
166173 & > section.right {
174+ width: calc(100% - 6rem);
167175 display: flex;
168176 flex-direction: column;
169177 justify-content: center;
You can’t perform that action at this time.
0 commit comments