Cahnges team members spacing

This commit is contained in:
Andy Tudhope 2018-10-26 01:05:23 +02:00
parent ad793c87d4
commit 4e11aa758b
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
2 changed files with 15 additions and 11 deletions

View File

@ -30,24 +30,24 @@
<h2>Our Team</h2>
<p>Our team of Status Core Contributors embrace our culture of community and inclusion. Some team members work exclusively on Incubate, while others provide support as mentors. Were just as passionate about empowering our own team as we are about making sure our projects receive the support that helps them scale.</p>
<div class="team-member">
<img src="../img/ola.png" />
<h4>Ola Kohut</h4>
<p>Analyst</p>
<img src="../img/ben.png" />
<h4 class="team-name">Ben Morris</h4>
<p class="team-position">Head of Status Incubate</p>
</div>
<div class="team-member">
<img src="../img/ben.png" />
<h4>Ben Morris</h4>
<p>Head of Status Incubate</p>
<img src="../img/ola.png" />
<h4 class="team-name">Ola Kohut</h4>
<p class="team-position">Analyst</p>
</div>
<div class="team-member">
<img src="../img/kim.png" />
<h4>Kim Fournier</h4>
<p>Marketing</p>
<h4 class="team-name">Kim Fournier</h4>
<p class="team-position">Marketing</p>
</div>
<div class="team-member">
<img src="../img/arseniy.png" />
<h4>Arseniy Klempner</h4>
<p>Smart Contract Engineer</p>
<h4 class="team-name">Arseniy Klempner</h4>
<p class="team-position">Smart Contract Engineer</p>
</div>
<div class="clear"></div>
</div>

View File

@ -1105,4 +1105,8 @@ footer
flex: 0 0 100%;
max-width: 100%;
.team-name
margin: 12px 0 0 0 !important
.team-position
margin: 0 0 12px 0 !important