We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa323b7 commit 7169b65Copy full SHA for 7169b65
_pages/team.md
@@ -18,7 +18,7 @@ Jump to [Principal Investigator](#principal-investigator), [Postdoctoral fellows
18
<div class="row">
19
{% for member in site.data.team_pi %}
20
<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" />
+ <img src="{{ site.url }}{{ site.baseurl }}/images/teampic/{{ member.photo }}" class="img-responsive" width="15%" style="float: left; min-width: 30%;" />
22
<h4 style="display: inline-flex; align-items: center; gap: 6px;">
23
{{ member.name }}
24
{% if member.homepage %}
0 commit comments