Skip to content

Commit

Permalink
Update team.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nghz authored Dec 14, 2024
1 parent cc258b5 commit 6b19705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sections/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Team Members<br></h2>
{% for member in site.members %}
<div class="col-xl-2 col-lg-4 col-md-3 aos-init aos-animate" data-aos="fade-up" data-aos-delay="100">
<div style="width: 200px; height: 230px;" class="member">
<img src="{{ member.avatar }}" class="img-fluid" alt="">
<img src="{{ member.avatar }}" style="width: 100%; height: 100%; object-fit: cover;" alt="">
<div class="member-info">
<div class="member-info-content">
<h4><a href="{{member.url}}">{{ member.name }}</a></h4>
Expand Down

0 comments on commit 6b19705

Please sign in to comment.