about: fix styling

pull/72/head
OFF0 1 year ago
parent aec72b6c62
commit 2fa7cce511
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -4,23 +4,25 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about / nostr</title> <title>about / nostr</title>
<link rel="stylesheet" href="main.css" type="text/css"> <link rel="stylesheet" href="styles/main.css" type="text/css">
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
</head> </head>
<body> <body>
<main class="text"> <main>
<h1>nostr: notes and other stuff transmitted by relays</h1> <div class="text">
this is a nostr web client.<br> <h1>nostr: notes and other stuff transmitted by relays</h1>
source code is at <a href="https://git.qcode.ch/nostr/nostrweb">git.qcode.ch/nostr/nostrweb</a>. this is a nostr web client.<br>
<p> source code is at <a href="https://git.qcode.ch/nostr/nostrweb">git.qcode.ch/nostr/nostrweb</a>.
you are looking at version #[PKG_VERSION]#, built at git commit <p>
<a href="https://git.qcode.ch/nostr/nostrweb/commit/#[GIT_COMMIT]#">#[GIT_COMMIT]#</a>. you are looking at version #[PKG_VERSION]#, built at git commit
</p> <a href="https://git.qcode.ch/nostr/nostrweb/commit/#[GIT_COMMIT]#">#[GIT_COMMIT]#</a>.
<p> </p>
for more information about nostr protocol, check out <p>
<a href="https://github.com/nostr-protocol/nostr#readme" target="_blank" rel="noopener noreferrer">github.com/nostr-protocol/nostr#readme</a>. for more information about nostr protocol, check out
</p> <a href="https://github.com/nostr-protocol/nostr#readme" target="_blank" rel="noopener noreferrer">github.com/nostr-protocol/nostr#readme</a>.
back to <a href="/">nostr.ch</a> </p>
back to <a href="/">nostr.ch</a>
</div>
</main> </main>
</body> </body>
</html> </html>

@ -103,7 +103,7 @@ img {
} }
.text { .text {
margin: var(--gap); padding: 0 var(--gap);
} }
.danger { .danger {

Loading…
Cancel
Save