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 {