Skip to content

Commit

Permalink
Update team.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixkoerber committed Apr 17, 2024
1 parent a0670b3 commit cc441c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ transition: all 500ms;
<div class="col-md-4" style="height:300px;">
<a href="{{member.url}}">
<div class="mask">
<img src="./assets/images/teampic/{{ member.photo}}" width="25%" class="image teamImage">
<img src="assets/images/teampic/{{ member.photo}}" width="25%" class="image teamImage">
</div>
</a>
<p class="centeralign"> <b>{{member.name }}</b>
Expand Down

0 comments on commit cc441c3

Please sign in to comment.