Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rica01 authored Oct 11, 2023
1 parent d107164 commit 9d5ceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="col-lg-4 memberbox">
<div class="media">
<a class="float-left" href="{{ member.url }}">
<img width=160 class="mr-3" src="{{ member.image }}" style="object-fit: cover; width: 30px; height: 40px;">
<img width=160 class="mr-3" src="{{ member.image }}" style="object-fit: cover; width: 300px; height: 400px;">
</a>
<div class="media-body">
<div class="head mb-1"><a href="{{ member.url }}" class="off">{{ member.title }}</a></div>
Expand Down

0 comments on commit 9d5ceb5

Please sign in to comment.