From 2fa7cce511493f5806c7ad105e4c0a3983e501df Mon Sep 17 00:00:00 2001 From: OFF0 Date: Sat, 15 Apr 2023 09:30:40 +0200 Subject: [PATCH] about: fix styling --- src/about.html | 30 ++++++++++++++++-------------- src/styles/main.css | 2 +- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/src/about.html b/src/about.html index 869f122..a7c10fc 100644 --- a/src/about.html +++ b/src/about.html @@ -4,23 +4,25 @@ about / nostr - + -
-

nostr: notes and other stuff transmitted by relays

- this is a nostr web client.
- source code is at git.qcode.ch/nostr/nostrweb. -

- you are looking at version #[PKG_VERSION]#, built at git commit - #[GIT_COMMIT]#. -

-

- for more information about nostr protocol, check out - github.com/nostr-protocol/nostr#readme. -

- back to nostr.ch +
+
+

nostr: notes and other stuff transmitted by relays

+ this is a nostr web client.
+ source code is at git.qcode.ch/nostr/nostrweb. +

+ you are looking at version #[PKG_VERSION]#, built at git commit + #[GIT_COMMIT]#. +

+

+ for more information about nostr protocol, check out + github.com/nostr-protocol/nostr#readme. +

+ back to nostr.ch +
diff --git a/src/styles/main.css b/src/styles/main.css index 66bf78b..16da13b 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -103,7 +103,7 @@ img { } .text { - margin: var(--gap); + padding: 0 var(--gap); } .danger {