mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix the dimension of board member img
This commit is contained in:
parent
fba3a22b9f
commit
8ad752e880
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
<div class="col-md-6 col-lg-4 scroll-fade" data-fade-delay="200">
|
||||
<div class="card lbry-dark">
|
||||
<img class="card-img-top" src="../img/vlad-profile.png" alt="Leo Rodrigues" width="800" height="450">
|
||||
<img class="card-img-top" src="../img/Leo-Rodrigues.jpg" alt="Leo Rodrigues" width="800" height="450">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Leo Rodrigues</h4>
|
||||
<p class="card-text">Second community elected board member of LBRY Foundation, Inc.</p>
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
<div class="col-md-6 col-lg-4 scroll-fade" data-fade-delay="200">
|
||||
<div class="card lbry-dark">
|
||||
<img class="card-img-top" src="../img/Ralph-Streb.jpeg" alt="Ralph Streb" width="800" height="450">
|
||||
<img class="card-img-top" src="../img/Ralph-Streb.jpg" alt="Ralph Streb" width="800" height="450">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Ralph Streb</h4>
|
||||
<p class="card-text">Second community elected board member of LBRY Foundation, Inc.</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue