mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Fix packages lines
This commit is contained in:
parent
647fd8d305
commit
3bf7002077
1 changed files with 2 additions and 3 deletions
|
@ -98,7 +98,6 @@ layout: page
|
|||
<p class="showcase-two-top-desc">
|
||||
Watch a short video showing how you easily get multiple identities per app, by default.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="showcase-two-bottom" style="max-width: 850px;">
|
||||
|
||||
|
@ -149,14 +148,14 @@ layout: page
|
|||
<div class="element-x-center max-w-sm md:max-w-7xl">
|
||||
<div class="package-billing darkmode">
|
||||
<div class="package-billing-top">
|
||||
<div class="package-billing-top-line-left"></div>
|
||||
<div class="package-billing-top-line-left" style="margin-right: 20px;"></div>
|
||||
<div class="package-billingtop-top-center">
|
||||
<div class="package-billingtop-top-center-inner">
|
||||
<span>Per Month</span>
|
||||
<span>Per Year</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="package-billing-top-line-right"></div>
|
||||
<div class="package-billing-top-line-right" style="margin-left: 20px;"></div>
|
||||
</div>
|
||||
<input class="package-billing-toggle darkmode" type="checkbox" id="consent_text" name="consent_text" value="yes">
|
||||
<div class="package-billing-bottom">
|
||||
|
|
Loading…
Add table
Reference in a new issue