mirror of
https://github.com/safing/web
synced 2025-04-23 04:19:09 +00:00
Fix broken button
This commit is contained in:
parent
bcd2716d95
commit
81c5a10b61
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ title: Features
|
|||
it is really doing? We believe in open source. We also document everything
|
||||
as good as we can.
|
||||
</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="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>
|
||||
|
|
Loading…
Add table
Reference in a new issue