mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Fix small padding and wrapping error
This commit is contained in:
parent
ed93cb60d1
commit
42b1a7de30
2 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ redirect_from:
|
|||
<button type="button" style="background-color: #000;" class="mb-5 transform hover:scale-95 inline-flex items-center px-5 px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
download the pre-alpha
|
||||
</button>
|
||||
<a class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-55 text-xs font-bold" href="{{ site.github_url }}/portmaster/">Source Code</a>
|
||||
</a>
|
||||
<a class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-55 text-xs font-bold" href="{{ site.github_url }}/portmaster/">Source Code</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -47,7 +47,7 @@ layout: page
|
|||
</div>
|
||||
</header>
|
||||
<section style="margin-top: 3rem;">
|
||||
<div class="text-center py-24 lg:pt-0 lg:pb-48">
|
||||
<div class="text-center pt-40 lg:pt-0 pb-24 lg:pb-48">
|
||||
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 mr-auto ml-auto">
|
||||
Protect Your Meta‑Data
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue