Skip to content

Commit 3327fd9

Browse files
committed
Shrink buttons
1 parent a6ec1c1 commit 3327fd9

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
@@ -25,7 +25,7 @@
2525
{% endif %}
2626

2727
{% if callout.call_to_action_name %}
28-
<a href="{{ callout.call_to_action_link | relative_url }}" class="button is-primary" style="width: 225px">
28+
<a href="{{ callout.call_to_action_link | relative_url }}" class="button is-primary" style="width: 220px">
2929
{{ callout.call_to_action_name }}
3030
</a>
3131
{% endif %}

0 commit comments

Comments
 (0)