Skip to content

Commit

Permalink
Remove indent, remove old photos
Browse files Browse the repository at this point in the history
  • Loading branch information
achen318 committed Nov 10, 2023
1 parent bc2bfe2 commit 0ce38b2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed public/ecac/Janna_W.jpg
Binary file not shown.
Binary file removed public/ecac/Kano_K.jpg
Binary file not shown.
Binary file removed public/ecac/Rong_zheng_W.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/leadership/LeadershipContainer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const { leadership, height, width, tSize, hSize } = Astro.props;
<div class="col-md-8">
<div class="card-body">
<h3 class="card-text m-0 mb-2 mt-2">{leadership.position}</h3>
<p class="card-text">{leadership.description}</p>
<p class="card-text" style="text-indent: 0;">{leadership.description}</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 0ce38b2

Please sign in to comment.