Skip to content

Commit

Permalink
Remove hardcoded padding from alumni section
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 18, 2024
1 parent 0548903 commit c4ed4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<div class="bigspacer"></div>

<div class="container-fluid alumni-cards">
<div class="row" style="padding-left: 8%;">
<div class="row">
{% for member in alumni %}
{% if member.image %}
{% assign image = "/assets/images/team/" | append: member.image %}
Expand Down

0 comments on commit c4ed4f6

Please sign in to comment.