Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alhacen committed Apr 4, 2019
1 parent df6715f commit c62eec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ <h3 class="white-text">
{% for speaker in site.data.speakers %}
<div class="col s12 m6 l4">
<div class="card scrollimate animated fadeIn" data-scrollimate-class="fadeIn" style="opacity: 1">
<div style="margin-bottom:-10px">
<img src="/assets/images/{{ speaker.image }}" style="width:100%">
<div style="margin-bottom:-10px;height:230px;overflow:hidden">
<img src="/assets/images/{{ speaker.image }}" style="height:100%">
</div>
<div class="card-title green white-text" style="opacity: 0.95;width: 100%;padding:15px">
<h5 class="white-text" style="margin: 0">
Expand Down

0 comments on commit c62eec9

Please sign in to comment.