1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 03:49:08 +00:00

Update hide download on mobile

This commit is contained in:
Luke Seers 2022-10-12 17:25:46 +02:00
parent 954e58178f
commit e7fe795fa8
2 changed files with 11 additions and 12 deletions

View file

@ -105,7 +105,8 @@ title: Features
</p>
</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;">
@ -128,6 +129,7 @@ title: Features
<a href="{{ site.seen_privacytools_url }}" class="hover-scale-in cursor-pointer hover-grayscale-in"><img src="{{ site.img_url }}/external/privacytools.png"></a>
</div>
</div>
</div>
</div>
<div class="showcase-two-container">
<div class="showcase-two-top-left" style="max-width: 73rem;">

View file

@ -102,17 +102,14 @@ redirect_from:
</div>
</div>
<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;">
Open Source & Free
</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 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;">
Open Source & Free
</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>
</div>