Skip to content

Commit

Permalink
~ changed members image dimensions
Browse files Browse the repository at this point in the history
Signed-off-by: ssaroglou <[email protected]>
  • Loading branch information
ssaroglou committed Oct 14, 2019
1 parent f4ddbfe commit 99ca2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{% for member in site.data.members %} {% if member.visible == true %}

<img src="{{ member.img }}" style="margin-top:0px; margin-bottom:5px; margin-right:10px; float:left; width:150px; height: 200px !important">
<img src="{{ member.img }}" style="margin-top:0px; margin-bottom:5px; margin-right:10px; float:left; width:150px; height: 150px !important">

<h1>{{ member.name }}</h1>

Expand Down

0 comments on commit 99ca2ad

Please sign in to comment.