From d8c087bb71b9298e5cf4bf0ca35bd9d2c06205a2 Mon Sep 17 00:00:00 2001 From: OFF0 Date: Fri, 9 Dec 2022 10:47:35 +0100 Subject: [PATCH] about: link to and from the about page The about page was not linked, added footer section on the settings view to link to the about page. Also added a link from the about page to link back to index.html. --- src/about.html | 1 + src/index.html | 5 +++++ src/main.css | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/about.html b/src/about.html index 752cbec..6fffb14 100644 --- a/src/about.html +++ b/src/about.html @@ -19,6 +19,7 @@ for more information about nostr protocol, check out nostr.info.

+ back to nostr.ch diff --git a/src/index.html b/src/index.html index 6084296..16c8913 100644 --- a/src/index.html +++ b/src/index.html @@ -76,6 +76,11 @@ + diff --git a/src/main.css b/src/main.css index e527fb2..6860aac 100644 --- a/src/main.css +++ b/src/main.css @@ -88,8 +88,8 @@ img { max-width: 100%; } -main.text { - margin: 2rem; +.text { + margin: var(--gap); } .danger {