Skip to content

Commit 120bf38

Browse files
committed
fix image overflow
1 parent 20882e2 commit 120bf38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

img/chloeprofile.png

-611 KB
Loading

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ <h2>We are a bioinformatics research lab in the <a href="https://ccb.jhu.edu/">C
1818
{% for pub in site.team %}
1919
{% if pub.alumni == nil %}
2020
{% if pub.name != 'You!' %}
21+
{% if pub.name != 'Remy' %}
2122
<div class="col-xs-4 col-md-2">
2223
<a href="team">
2324
<img src="{{ pub.profile }}" class="img-responsive img-circle" alt="{{ pub.name }}" style="padding: 15px 5px">
2425
</a>
2526
</div>
2627
{% endif %}
2728
{% endif %}
29+
{% endif %}
2830
{% endfor %}
2931
</div>
3032

0 commit comments

Comments
 (0)