File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 39
39
</ a >
40
40
</ div >
41
41
42
- < div class ="card-description " style ="margin-top : 0px; ">
42
+ < div class ="card-description " style ="margin: 0px; ">
43
43
{% if include.description %}
44
44
< p >
45
45
{{ include.description | markdownify | remove: "< p > " | remove: "</ p > " }}
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Kanghoon Lee
3
- image : people_photos/default.png
3
+ image : people_photos/kanghoonlee.jpg
4
4
role : visiting
5
5
affiliation : KAIST
6
6
order : 901
Original file line number Diff line number Diff line change 32
32
justify-content : flex-start ;
33
33
align-items : center ;
34
34
flex-direction : column ;
35
- gap : 20 px ;
35
+ gap : 0 px ;
36
36
max-width : 100% ;
37
- padding : 20 px ;
37
+ padding : 0 px ;
38
38
}
39
39
40
40
.card-description {
41
+ margin-top : -10px !important ;
41
42
display : inline-flex ;
42
43
justify-content : flex-start ;
43
44
align-items : center ;
44
45
flex-direction : column ;
45
46
gap : 0px ;
46
- max-width : 96 % ;
47
+ max-width : 92 % ;
47
48
padding : 0px ;
48
49
}
49
50
55
56
font-family : var (--heading );
56
57
font-size : var (--large );
57
58
font-weight : var (--semi-bold );
59
+ gap : 20px ;
60
+ max-width : 100% ;
61
+ padding : 20px ;
58
62
}
59
63
60
64
.card-subtitle {
You can’t perform that action at this time.
0 commit comments