Skip to content

Commit a6ec1c1

Browse files
committed
Adjusted button width
1 parent 6fb1874 commit a6ec1c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: page
1111

1212
# What can I use TACO for?
1313

14-
TACO can be used to implement sparse linear and tensor algebra applications in a wide range of domains, including---but not limited to---the following:
14+
TACO can be used to implement sparse linear and tensor algebra applications in a wide range of domains, such as...
1515

1616
{% include inline_callouts.html callouts="where_taco" %}
1717

0 commit comments

Comments
 (0)