Skip to content

Commit 7169b65

Browse files
authored
Update team.md
1 parent aa323b7 commit 7169b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Jump to [Principal Investigator](#principal-investigator), [Postdoctoral fellows
1818
<div class="row">
1919
{% for member in site.data.team_pi %}
2020
<div class="col-sm-12 clearfix">
21-
<img src="{{ site.url }}{{ site.baseurl }}/images/teampic/{{ member.photo }}" class="img-responsive" width="15%" style="float: left" />
21+
<img src="{{ site.url }}{{ site.baseurl }}/images/teampic/{{ member.photo }}" class="img-responsive" width="15%" style="float: left; min-width: 30%;" />
2222
<h4 style="display: inline-flex; align-items: center; gap: 6px;">
2323
{{ member.name }}
2424
{% if member.homepage %}

0 commit comments

Comments
 (0)