From 8d0ec01a9bbcc6cf5e17dd001c57478246f10fd0 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sat, 12 Nov 2022 09:48:55 +0000 Subject: [PATCH] site: shorten anchor links --- website/src/_includes/hero.html | 4 ++-- website/src/css/style.css | 4 ++-- website/src/index.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/_includes/hero.html b/website/src/_includes/hero.html index 516a5b11d..c88582349 100644 --- a/website/src/_includes/hero.html +++ b/website/src/_includes/hero.html @@ -76,8 +76,8 @@ diff --git a/website/src/css/style.css b/website/src/css/style.css index 69c53a815..ac4fe2c12 100644 --- a/website/src/css/style.css +++ b/website/src/css/style.css @@ -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; diff --git a/website/src/index.html b/website/src/index.html index 67595d419..464552870 100644 --- a/website/src/index.html +++ b/website/src/index.html @@ -59,7 +59,7 @@ active_home: true {# what makes simplex private #} -
+

What makes SimpleX private

@@ -95,7 +95,7 @@ active_home: true
{# Network #} -
+

SimpleX Network

Simplex Chat provides the best privacy by combining the advantages of P2P and federated networks.