Skip to content

Commit

Permalink
fix pic pos
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Ludwig committed Aug 23, 2024
1 parent 538f282 commit f898815
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,16 @@ <h2 class="mt-4">The
{% for member in site.data.team %}
<div class="col-lg-10">
<div class="card mb-3 bg-light">
<div class="row g-0">
<div class="col-lg-3 rounded-first-lg">
<div class="row justify-content-center justify-content-cent w-100 h-100">
<div class="col-auto align-items-center row pe-0">
<img src="{{ member.img | relative_url }}" class="m-2 p-0 img-fluid rounded-2" alt="Foto of {{ member.name }}" style="max-height: 30vh;">
</div>
</div>
<div class="row g-0 d-flex">
<div class="col-lg-3 rounded-first-lg row justify-content-center justify-content-lg-start align-items-lg-center mx-0 p-0">
<img src="{{ member.img | relative_url }}" class="m-0 p-0 rounded-first-lg rounded-2 col-auto align-items-center row pe-0" alt="Foto of {{ member.name }}" style="max-height: 30vh;">
</div>
<div class="col-lg-9">
<div class="card-body">
<h5 class="card-title">{{ member.name }}</h5>
<p class="card-text ">
{{ member.text }}
</p>
<!-- <p class="card-text"><small class="text-body-secondary">Last updated 3 mins ago</small></p> -->
</div>
</div>
</div>
Expand Down

0 comments on commit f898815

Please sign in to comment.