Skip to content

Commit ef22c73

Browse files
committed
Card: Stretch oldframe card
1 parent dc5e5c6 commit ef22c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2 class="card-title">{{- $title -}}</h2>
5555
</a>
5656
<div class="col-md-5 card" data-mf="false">
5757
<div class="card-body">
58-
<h3 class="card-title" style="display: flex; align-items: center; gap: 5px;">
58+
<h3 class="card-title" style="display: flex; align-items: center; gap: 5px; width: 100%">
5959
{{- if $brandIcon -}}
6060
<img class="card-img-top" src="{{ .Site.BaseURL }}/images/icons/{{ $brandIcon }}"/>
6161
{{- else -}}

0 commit comments

Comments
 (0)