Skip to content

Commit b9a15c5

Browse files
author
Alban Bailly
committed
center tile text on homepage
1 parent ce88402 commit b9a15c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/dlc/layouts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ <h2>How easily can you create a Linode?</h2>
1212
<div class="flex flex-wrap my-8 -mx-4 pb-8">
1313
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
1414
<div class="px-8 py-20 h-full bg-d-cell tile flex flex-col justify-center items-center">
15-
<h2 class="mt-0 font-normal"><a href="https://developers.linode.com/" class="text-black tile-link">APIv4 Documentation</a></h3>
15+
<h2 class="mt-0 font-normal text-center"><a href="https://developers.linode.com/" class="text-black tile-link">APIv4 Documentation</a></h3>
1616
<p class="text-xl mt-2 text-center">Reference Documentation for the linode API</p>
1717
<a href="https://developers.dev.linode.com/api/v4" target="_blank" class="btn mt-6">View API docs</a>
1818
</div>
1919
</article>
2020
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
2121
<div class="p-8 py-20 h-full bg-d-cell tile flex flex-col justify-center items-center">
22-
<h2 class="mt-0 font-normal"><a href="/guides/" class="text-black tile-link">Guides</a></h3>
22+
<h2 class="mt-0 font-normal text-center"><a href="/guides/" class="text-black tile-link">Guides</a></h3>
2323
<p class="text-xl mt-2 text-center">How-to’s and examples using the Linode API</p>
2424
<a href="/guides/" class="btn mt-6">View Guides</a>
2525
</div>
2626
</article>
2727
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
2828
<div class="p-8 py-20 h-full bg-d-cell tile flex flex-col justify-center items-center">
29-
<h2 class="mt-0 font-normal"><a href="/libraries-tools/" class="text-black tile-link">Libraries &amp; Tools</a></h3>
29+
<h2 class="mt-0 font-normal text-center"><a href="/libraries-tools/" class="text-black tile-link">Libraries &amp; Tools</a></h3>
3030
<p class="text-xl mt-2 text-center">Jumpstart your API integration</p>
3131
<a href="/libraries-tools/" class="btn mt-6">View Libraries &amp; Tools</a>
3232
</div>
3333
</article>
3434
<article class="w-full md:w-1/2 px-4 mb-4 md:mb-8">
3535
<div class="p-8 py-20 h-full bg-d-cell tile flex flex-col justify-center items-center">
36-
<h2 class="mt-0 font-normal"><a href="https://www.linode.com/community/" target="_blank" class="text-black tile-link">Community Questions</a></h3>
36+
<h2 class="mt-0 font-normal text-center"><a href="https://www.linode.com/community/" target="_blank" class="text-black tile-link">Community Questions</a></h3>
3737
<p class="text-xl mt-2 text-center">Questions and answers from the Linode community</p>
3838
<a href="https://linode.com/community/questions" target="_blank" class="btn mt-6">View Q&amp;A</a>
3939
</div>

0 commit comments

Comments
 (0)