Skip to content

Commit

Permalink
Merge pull request #195 from Dr-N0/develop
Browse files Browse the repository at this point in the history
Names are too big, we need to make portraits larger
  • Loading branch information
jabbate19 authored Apr 3, 2024
2 parents bbb08ad + bca0a57 commit 299ce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/templates/listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 class="title card-text" style="padding: 10px 0 20px;">{{ title }}</h1>
{% endif %}
<div class="row">
{% for m in members %}
<div class="col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="col-12 col-sm-6 col-lg-4 col-xl-4">
<a href="/user/{{ m['uid'] }}" class="profile-link">
<div class="card card-custom-wide mb-3">
<div class="card-custom-wide-img">
Expand Down

0 comments on commit 299ce72

Please sign in to comment.