This commit is contained in:
epoberezkin
2022-11-12 09:49:41 +00:00
parent a6fe8b2597
commit 47b093730a
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
View File
@@ -1,5 +1,5 @@
/*
! tailwindcss v3.2.3 | MIT License | https://tailwindcss.com
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
+4 -4
View File
@@ -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>