We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e70078 commit a6984a2Copy full SHA for a6984a2
themes/dlc/layouts/_default/guides.html
@@ -37,7 +37,9 @@ <h3 class="mt-0 text-2xl font-normal"><a href="{{ .Params.external_url }}" class
37
<h2 class="mt-0 font-normal text-BaseGreenDark">Want more help?</h2>
38
</header>
39
<p class="text-xl mt-2 font-light">Find answers, ask questions, and help others.</p>
40
- <a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
+ <div class="flex">
41
+ <a href="https://linode.com/community/questions" target="_blank" class="btn mt-4">Join our Community</a>
42
+ </div>
43
</div>
44
</article>
45
0 commit comments