Skip to content

Commit 62031e1

Browse files
authored
Merge pull request #1476 from Arhell/fix-btn
fix action buttons on mobile
2 parents d7288d3 + 5c50100 commit 62031e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/product-landing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<h1 class="mb-3 font-mktg">{{ page.shortTitle }}</h1>
1616
<div class="lead-mktg text-gray">{{ page.intro }}</div>
1717

18-
<a href="{{ page.introLinks.quickstart }}" class="btn-mktg btn-large f4 mt-3">
18+
<a href="{{ page.introLinks.quickstart }}" class="btn-mktg btn-large f4 mt-3 mr-3">
1919
{% data ui.product_landing.quick_start %}
2020
</a>
2121

22-
<a href="{{ page.introLinks.reference }}" class="ml-3 btn-mktg btn-outline-mktg btn-large f4 mt-3">
22+
<a href="{{ page.introLinks.reference }}" class="btn-mktg btn-outline-mktg btn-large f4 mt-3">
2323
{% data ui.product_landing.reference_guides %}
2424
</a>
2525
</div>

0 commit comments

Comments
 (0)