Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/news/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h4 class="inter-600 text-24 dark-900">Recent News</h4>
<div class="rounded-3 shadow-sm bg-white p-2">
<div class="d-flex gap-3 align-items-center">
<div>
<img src="{{ .Params.image }}" alt="" width="90" height="70" class="rounded-3">
<img src="{{ .Params.image }}" alt="" width="90" height="70" class="rounded-3" style="object-fit: cover;">
</div>
<div class="w-100 d-flex flex-column row-gap-1">
<div class="d-flex align-items-sm-center gap-1">
Expand Down
2 changes: 1 addition & 1 deletion layouts/news/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h4 class="inter-600 text-24 dark-900">Recent News</h4>
<div class="d-flex gap-3 align-items-center">
<div>
<img data-pagefind-meta="image[src]" src="{{ .Params.image }}" alt="" width="90"
height="70" class="rounded-3">
height="70" class="rounded-3" style="object-fit: cover;">
</div>
<div class="w-100 d-flex flex-column row-gap-1">
<div class="d-flex align-items-sm-center gap-1">
Expand Down
Loading