mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Finetune paddings for mobile
This commit is contained in:
parent
ae03b90edf
commit
26ffc51724
1 changed files with 5 additions and 6 deletions
|
@ -33,7 +33,7 @@ layout: page
|
|||
</div>
|
||||
</header>
|
||||
|
||||
<section class="mb-40" id="portmaster">
|
||||
<section class="mb-10 md:mb-20 lg:mb-40" id="portmaster">
|
||||
<div class="items-center h-full">
|
||||
<div class="max-w-full mx-auto px-4 sm:px-6">
|
||||
<div class="py-12 bg-white">
|
||||
|
@ -65,7 +65,7 @@ layout: page
|
|||
issues on your end by yourself.</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="py-10 block grid lg:flex lg:grid-cols-3 gap-10 justify-center ">
|
||||
<div class="py-5 block grid lg:flex lg:grid-cols-3 gap-10 justify-center ">
|
||||
<a href="{{ site.github_url }}/portmaster/issues" class="flex items-center mx-auto text-center">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 hover:opacity-100 inline-flex items-center 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">
|
||||
Portmaster Repo
|
||||
|
@ -94,7 +94,7 @@ layout: page
|
|||
</div>
|
||||
|
||||
<div class="bg-white" id="help-port-faq">
|
||||
<div class="max-w-screen-xl mx-auto pt-12 pb-16 sm:pt-16 sm:pb-20 px-4 sm:px-6 lg:pt-20 lg:pb-28 lg:px-8">
|
||||
<div class="max-w-screen-xl mx-auto md:pt-12 lg:pt-20 pb-16 sm:pb-20 px-4 sm:px-6 lg:pb-28 lg:px-8">
|
||||
<div class="text-center pb-12">
|
||||
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 text-center">
|
||||
FAQ
|
||||
|
@ -157,7 +157,6 @@ layout: page
|
|||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="my-20" id="spn">
|
||||
<div class="items-center h-full">
|
||||
<div class="max-w-full mx-auto px-4 sm:px-6">
|
||||
|
@ -186,7 +185,7 @@ layout: page
|
|||
Otherwise, feel free to contact us with any matter or request you might have.
|
||||
</p>
|
||||
</div>
|
||||
<div class="py-10 block grid lg:flex lg:grid-cols-3 gap-10 justify-center">
|
||||
<div class="py-5 block grid lg:flex lg:grid-cols-3 gap-10 justify-center">
|
||||
<a href="mailto:support@safing.io" class="flex items-center">
|
||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center 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">
|
||||
contact us
|
||||
|
@ -200,7 +199,7 @@ layout: page
|
|||
</div>
|
||||
|
||||
<div class="bg-white" id="help-spn-faq">
|
||||
<div class="max-w-screen-xl mx-auto pt-12 pb-16 sm:pt-16 sm:pb-20 px-4 sm:px-6 lg:pt-20 lg:pb-28 lg:px-8">
|
||||
<div class="max-w-screen-xl mx-auto md:pt-12 pb-16 sm:pt-16 sm:pb-20 px-4 sm:px-6 lg:pt-20 lg:pb-28 lg:px-8">
|
||||
<div class="text-center pb-12">
|
||||
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 text-center">
|
||||
FAQ
|
||||
|
|
Loading…
Add table
Reference in a new issue