Skip to content

Commit 73a0eb0

Browse files
authored
Merge pull request #1031 from InnerSourceCommons/copilot/fix-1025
Fix spacing between image and title on Community Calls page
2 parents 9ffb601 + 104b195 commit 73a0eb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/scss/_custom.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ button.svelte-la9dd4:disabled {
361361
@media (min-width: 768px){
362362
.h-md-45 {
363363
height: 45%;
364+
margin-bottom: 15px;
364365
}
365366
}
366367

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)