mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 07:34:16 +00:00
deploy: 8d0ec01a9b
This commit is contained in:
+2
-2
@@ -155,8 +155,8 @@ html {
|
||||
/* Nav and Menu */
|
||||
#why-simplex::before,
|
||||
#features::before,
|
||||
#simplex-privacy::before,
|
||||
#simplex-network::before {
|
||||
#privacy::before,
|
||||
#network::before {
|
||||
display: block;
|
||||
content: " ";
|
||||
margin-top: -26px;
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
! tailwindcss v3.2.3 | MIT License | https://tailwindcss.com
|
||||
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
+4
-4
@@ -388,8 +388,8 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<div class="w-full container px-5 hidden md:flex items-center justify-center gap-[50px] py-[24px] xl:absolute bottom-0 z-10">
|
||||
<a href="#why-simplex" class="menu-link">Why SimpleX</a>
|
||||
<a href="#features" class="menu-link">Features</a>
|
||||
<a href="#simplex-privacy" class="menu-link">SimpleX privacy</a>
|
||||
<a href="#simplex-network" class="menu-link">SimpleX network</a>
|
||||
<a href="#privacy" class="menu-link">SimpleX privacy</a>
|
||||
<a href="#network" class="menu-link">SimpleX network</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -1112,7 +1112,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
</section>
|
||||
|
||||
|
||||
<section id="simplex-privacy" class="bg-primary-bg-light dark:bg-primary-bg-dark py-[85px] overflow-hidden px-5">
|
||||
<section id="privacy" class="bg-primary-bg-light dark:bg-primary-bg-dark py-[85px] overflow-hidden px-5">
|
||||
<div class="container scale-100">
|
||||
<p class="text-grey-black dark:text-white text-[45px] text-center font-bold mb-[60px]">What makes SimpleX <span class="gradient-text">private</span></p>
|
||||
|
||||
@@ -1310,7 +1310,7 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
</section>
|
||||
|
||||
|
||||
<section id="simplex-network" class="bg-secondary-bg-light dark:bg-secondary-bg-dark py-[85px] px-5">
|
||||
<section id="network" class="bg-secondary-bg-light dark:bg-secondary-bg-dark py-[85px] px-5">
|
||||
<div class="container">
|
||||
<p class="text-grey-black dark:text-white text-[45px] text-center font-bold mb-[21px]">SimpleX <span class="gradient-text">Network</span></p>
|
||||
<p class="text-black dark:text-white text-[16px] font-normal text-center mb-[95px]">Simplex Chat provides the best privacy by combining the advantages of P2P and federated networks.</p>
|
||||
|
||||
Reference in New Issue
Block a user