Skip to content

Commit

Permalink
update alum card
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteinme committed Nov 11, 2024
1 parent 7fe75b2 commit 62f6b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/personAlum.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting">
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" max-height=150px;>

<a class="post-card__inner" href="{{ person.url | relative_url }}">
<div class="post-card__header">
<h3 style="color: #999999;">{{ person.name | strip_html | truncate: 50 }}</h3>
<h3 style="color: #888888;">{{ person.name | strip_html | truncate: 50 }}</h3>

<span class="post-card__meta">
{{ person.role }}
Expand Down

0 comments on commit 62f6b18

Please sign in to comment.