Skip to content

Commit e9ecdc6

Browse files
committed
Odd size thumbnail
1 parent 16c346c commit e9ecdc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/knowledge-platform/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ <h2><a href="{{ .Permalink }}" title="{{ .Title }}" class="post-title">{{
8383
{{ end }}
8484
<div class="col-md-6 mb-4 facet-item" data-facets="{{$facets_for_data_attribute}}">
8585
<div class="shadow mobile-desktop-container-layout border-bottom-gradient rounded-lg">
86-
<div style=" margin-left: auto; margin-right: auto; display: table;">
87-
<img src="{{ .Params.image |relURL }}" alt="{{ .Title }}" style='height: 276px; margin-bottom: 25px;'>
86+
<div>
87+
<img src="{{ .Params.image |relURL }}" alt="{{ .Title }}" class="mx-auto mw-100" style='max-height: 350px; margin-bottom: 25px;'>
8888
</div>
8989
<div class="card-body p-0 mb-3">
9090
<h3><a href="{{ .Permalink }}" title="{{ .Title }}" class="post-title" style="width:90%;">{{ .Title }}</a></h3>

0 commit comments

Comments
 (0)