mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Changed the structure a bit for the membershipwidget.
This commit is contained in:
parent
cc3aa5752b
commit
4efde652ad
1 changed files with 7 additions and 7 deletions
|
@ -121,6 +121,11 @@ import core from "../core.json";
|
|||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<a
|
||||
class="button inverted"
|
||||
href="mailto:pg@web3privacy.info"
|
||||
target="_blank"><button>Request Tier Breakdown</button></a
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="flex w-full md:justify-between md:flex-row flex-col gap-[8px] md:items-end"
|
||||
|
@ -131,7 +136,7 @@ import core from "../core.json";
|
|||
<div
|
||||
class="flex flex-col justify-end h-full gap-4 mb-4 md:mb-8 z-50"
|
||||
>
|
||||
<div class="flex flex-col justify-end h-full gap-2">
|
||||
<!-- <div class="flex flex-col justify-end h-full gap-2">
|
||||
<span>Our membership has multiple tiers ranging from</span>
|
||||
<span
|
||||
class="text-white font-bold text-lg md:text-[24px] leading-[1.4rem]"
|
||||
|
@ -146,12 +151,7 @@ import core from "../core.json";
|
|||
>
|
||||
3,000 € / year
|
||||
</span>
|
||||
</div>
|
||||
<a
|
||||
class="button inverted"
|
||||
href="mailto:pg@web3privacy.info"
|
||||
target="_blank"><button>Request Tier Breakdown</button></a
|
||||
>
|
||||
</div> -->
|
||||
</div>
|
||||
<img
|
||||
src="/about/image2.png"
|
||||
|
|
Loading…
Reference in a new issue