File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments