Skip to content

Commit

Permalink
fixed buttons in projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerseneck committed Dec 9, 2023
1 parent f5397ca commit fc8ce72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ <h5>{{ site.categories.projects.first.title }}</h5>
{% unless forloop.first %}
<div class="col-sm-4" style="margin-bottom: 15px">
<div class="card h-100">
<div class="card-body">
<div class="card-body d-flex flex-column">
<h5 class="card-title">{{ post.title }}</h5>
<p class="text-secondary" style="margin-right: 10px;">{{ post.date | date: '%D' }}</p>
<p class="card-text">{{ post.description }}</p>
<!-- TODO: align the button at the bottom -->
<a href="{{ post.url }}" class="btn btn-primary">Learn More</a>
<a href="{{ post.url }}" class="btn btn-primary mt-auto me-auto">Learn More</a>
</div>
</div>
</div>
Expand Down

0 comments on commit fc8ce72

Please sign in to comment.