Skip to content

Commit

Permalink
fix(article-cards): correct the padding between of thumbnail and title
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jul 3, 2023
1 parent 5824613 commit 14f61be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/bootstrap/article-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
{{ . }}
{{- else }}
<div
class="card-img-top bg-secondary-subtle d-flex justify-content-center align-items-center h4 user-select-none"
class="bg-secondary-subtle d-flex justify-content-center align-items-center h4 user-select-none mb-0"
style="height: 160px; filter: blur(1px);">
NO IMAGE
</div>
{{- end }}
<div class="card-body d-flex flex-column p-4 pt-2">
<div class="card-body d-flex flex-column p-4">
<div class="card-title h5">
{{- .Title -}}
</div>
Expand Down

0 comments on commit 14f61be

Please sign in to comment.