Skip to content

Commit

Permalink
Update team page to include margin-top for "Previous Team Members" he…
Browse files Browse the repository at this point in the history
…ading
  • Loading branch information
Rhymlore committed May 10, 2024
1 parent 077d06d commit 0e59efd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion staff-list
2 changes: 0 additions & 2 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ <h2 class="team-name">{{ member.name }}</h2>
{% assign team = team | sort: "weight" | sort: "name" %}
{% for member in team %}
{% if member.promoted != nil %}
{% if member.status != "Past" %}
<div class="col-12 col-sm-6 col-lg-4 mb-3 px-1">
<div class="ps-5 ps-sm-0 team team-summary my-2">
{% if member.image %}
Expand All @@ -59,7 +58,6 @@ <h3 class="team-name m-0">{{ member.name }}</h3>
</div>
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
<div class="row px-2">
Expand Down

0 comments on commit 0e59efd

Please sign in to comment.