We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f1083 commit 104b195Copy full SHA for 104b195
layouts/events/list.html
@@ -40,7 +40,7 @@ <h3 class="display-4">Previous Community Calls</h3>
40
<img src="{{ .Params.image | absURL }}" alt="{{ .Title }}" class="card-img rounded-lg">
41
</a>
42
</div>
43
- <div class="card-body p-0 d-flex flex-column">
+ <div class="card-body p-0 pt-2 d-flex flex-column">
44
<h3><a href="{{ default .Permalink .Params.redirect }}"{{ with .Params.target }} target="{{ . }}"{{ end }} class="post-title">{{ .Title }}</a></h3>
45
<p class="">{{ .Summary }}</p>
46
<div class="d-flex mt-auto flex-md-row flex-sm-column">
0 commit comments