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 6e69f44 commit cc258b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/sections/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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 class="member">
<div style="width: 200px; height: 230px;" class="member">
<img src="{{ member.avatar }}" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
Expand All @@ -31,4 +31,4 @@ <h4><a href="{{member.url}}">{{ member.name }}</a></h4>
</div>
</div>

</section><!-- /Speakers Section -->
</section><!-- /Speakers Section -->

0 comments on commit cc258b5

Please sign in to comment.