Skip to content

Commit fc388e9

Browse files
committed
Increase callout image size
1 parent 3327fd9 commit fc388e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/inline_callouts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% endif %}
1212
</div>
1313
{% elsif callout.img %}
14-
<img src="images/{{ callout.img }}" width="200px" style="padding-bottom: 12px">
14+
<img src="images/{{ callout.img }}" width="220px" style="padding-bottom: 12px">
1515
{% endif %}
1616
<div style="padding-bottom: 12px">
1717
<p class="title is-5">{{ callout.title }}</p>

0 commit comments

Comments
 (0)