Skip to content

Commit 104b195

Browse files
Copilotyuhattor
andcommitted
Add padding to card body for improved spacing
Co-authored-by: yuhattor <15963767+yuhattor@users.noreply.github.com>
1 parent 47f1083 commit 104b195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/events/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="display-4">Previous Community Calls</h3>
4040
<img src="{{ .Params.image | absURL }}" alt="{{ .Title }}" class="card-img rounded-lg">
4141
</a>
4242
</div>
43-
<div class="card-body p-0 d-flex flex-column">
43+
<div class="card-body p-0 pt-2 d-flex flex-column">
4444
<h3><a href="{{ default .Permalink .Params.redirect }}"{{ with .Params.target }} target="{{ . }}"{{ end }} class="post-title">{{ .Title }}</a></h3>
4545
<p class="">{{ .Summary }}</p>
4646
<div class="d-flex mt-auto flex-md-row flex-sm-column">

0 commit comments

Comments
 (0)