Fix broken button

This commit is contained in:
Luke Seers 2022-10-12 20:49:33 +02:00
parent bcd2716d95
commit 81c5a10b61

View file

@ -71,9 +71,9 @@ title: Features
it is really doing? We believe in open source. We also document everything it is really doing? We believe in open source. We also document everything
as good as we can. as good as we can.
</p> </p>
<div class="w-full text-left md:text-center lg:w-max lg:text-left flex space-x-5"> <div class="col-container w-full text-left md:text-center lg:w-max lg:text-left space-x-4" style="margin-left: 0;">
<a class="btn-secondary" href="{{ site.docs_url }}">Checkout the docs</a> <a class="btn-secondary" href="{{ site.docs_url }}">Checkout the docs</a>
<a class="link-primary items-center flex" href="{{ site.github_url }}/portmaster"><i class="icon-github text-md mr-2"></i>Inspect source code</a> <a target="_blank" class="link-primary-external inline-flex" href="{{ site.github_url }}/portmaster"><i class="icon-github text-md mr-2"></i>Inspect source code</a>
</div> </div>
</div> </div>
</div> </div>