File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
< br >
8
8
9
- < table style ="display: flex; justify-content: center; ">
9
+ < table style ="justify-content: center; width: 1000px; display: table ; ">
10
10
{% tablerow member in team cols:2 %}
11
11
{% if member.image %}
12
12
{% assign image = member.image %}
13
13
{% else %}
14
14
{% assign image = "/assets/images/team/placeholder-user.png" %}
15
15
{% endif %}
16
- < div class ="media " style ="display: flex; align-items: start; width:30vw; height:15vw ">
17
- < a class ="pull-left " style ="margin-right: 20px; ">
18
- < img src ="{{ image }} " style ="border-radius: 50%; width: 13vw; height: 13vw; ">
16
+ < div class ="media " style ="align-items: start; ">
17
+ < a class ="pull-left " style ="margin-right: 20px; width: 175px; height: 175px; ">
18
+ < img src ="{{ image }} " style ="border-radius: 50%; ">
19
19
</ a >
20
20
< div class ="media-body " style ="word-wrap: break-word; overflow-wrap: break-word; ">
21
- < p style ="margin: 0px; ">
21
+ < p style ="margin: 0px; font-size: 20px; ">
22
22
{% if member.site %}
23
23
< a href ="{{ member.site }} " class ="off "> {{ member.name }}</ a >
24
24
{% else %}
25
25
{{ member.name }}
26
26
{% endif %}
27
27
</ p >
28
- < p style ="margin: 0px; "> {{ member.position }}</ p >
29
- < p style ="margin: 0px; "> {{ member.affiliation }}</ p >
28
+ < p style ="margin: 0px; font-size: 16px; "> {{ member.position }}</ p >
29
+ < p style ="margin: 0px; font-size: 16px; "> {{ member.affiliation }}</ p >
30
30
</ div >
31
31
</ div >
32
32
{% endtablerow %}
You can’t perform that action at this time.
0 commit comments