mirror of
https://github.com/safing/web
synced 2025-09-01 02:29:02 +00:00
Update hide download on mobile
This commit is contained in:
parent
954e58178f
commit
e7fe795fa8
2 changed files with 11 additions and 12 deletions
|
@ -105,6 +105,7 @@ title: Features
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden lg:block">
|
||||
<div class="download-container">
|
||||
<div class="card-package darkmode relative mx-auto" style="max-width: 1210px; width: 100%;">
|
||||
<div class="card-package-top" style="margin-top: 0;">
|
||||
|
@ -129,6 +130,7 @@ title: Features
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="showcase-two-container">
|
||||
<div class="showcase-two-top-left" style="max-width: 73rem;">
|
||||
<h2 class="showcase-two-top-title" style="max-width: 550px;">
|
||||
|
|
|
@ -102,7 +102,8 @@ redirect_from:
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="download-container">
|
||||
<div class="hidden lg:block">
|
||||
<div class="download-container ">
|
||||
<div class="card-package darkmode relative mx-auto" style="max-width: 1210px; width: 100%;">
|
||||
<div class="card-package-top" style="margin-top: 0;">
|
||||
<span class="card-package-top-amount" style="font-size: 2rem;">
|
||||
|
@ -110,10 +111,6 @@ redirect_from:
|
|||
</span>
|
||||
<p class="card-package-top-desc" style="max-width: 480px;">The free version is very powerful tool, but by buying a package you support the development of Portmaster.</p>
|
||||
</div>
|
||||
<div class="card-package-bottom transform scale-105" style="position: absolute; width: 100%; left: 0; bottom: 0px; display: flex; justify-content: end; height: 100%;">
|
||||
<div class="hidden lg:block" style="display: flex; align-items: center; margin-right: 4rem;">
|
||||
{% include download_button.html unique_id="2" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex mx-auto w-max mt-8 space-x-8 items-center" style="align-items: center;">
|
||||
|
|
Loading…
Add table
Reference in a new issue