Skip to content

Commit aed69d3

Browse files
authored
Update profiles.liquid
1 parent d99e64c commit aed69d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/profiles.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ layout: page
7777
<div class="row">
7878
{% for profile in page.profiles %}
7979
{% if profile.type == 'alumni' %}
80-
<div class="col-md-4">
80+
<div class="col-md-2">
8181
<div class="shadow-box text-center">
8282

8383
{% if profile.image %}
@@ -104,4 +104,4 @@ layout: page
104104

105105
{% endif %}
106106
</article>
107-
</div>
107+
</div>

0 commit comments

Comments
 (0)