Skip to content

Commit

Permalink
Fixed some more layout issues with headshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 29, 2023
1 parent a3193ab commit e4fa401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/AboutCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const randomSIN = () => `${rand3Digits()} ${rand3Digits()} ${rand3Digits()}`
<article class="media">
<figure class="media-left">
<Headshot imgFile={github} alt={name}></Headshot>
</figure>}
</figure>
<div class="media-content">
<h2 class="title has-text-primary">{ name }</h2>
<h3 class="subtitle is-3 has-text-info">{ position }</h3>
Expand All @@ -43,8 +43,8 @@ const randomSIN = () => `${rand3Digits()} ${rand3Digits()} ${rand3Digits()}`
</span><span>{ slack }</span></div>
<p>

<Headshot imgFile={github} alt={name}></Headshot>
</figure>}

</figure>
</article>
</div>

Expand Down

0 comments on commit e4fa401

Please sign in to comment.