forked from nostr/nostrweb
about: fix styling
parent
aec72b6c62
commit
2fa7cce511
|
@ -4,23 +4,25 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
<main class="text">
|
||||
<h1>nostr: notes and other stuff transmitted by relays</h1>
|
||||
this is a nostr web client.<br>
|
||||
source code is at <a href="https://git.qcode.ch/nostr/nostrweb">git.qcode.ch/nostr/nostrweb</a>.
|
||||
<p>
|
||||
you are looking at version #[PKG_VERSION]#, built at git commit
|
||||
<a href="https://git.qcode.ch/nostr/nostrweb/commit/#[GIT_COMMIT]#">#[GIT_COMMIT]#</a>.
|
||||
</p>
|
||||
<p>
|
||||
for more information about nostr protocol, check out
|
||||
<a href="https://github.com/nostr-protocol/nostr#readme" target="_blank" rel="noopener noreferrer">github.com/nostr-protocol/nostr#readme</a>.
|
||||
</p>
|
||||
back to <a href="/">nostr.ch</a>
|
||||
<main>
|
||||
<div class="text">
|
||||
<h1>nostr: notes and other stuff transmitted by relays</h1>
|
||||
this is a nostr web client.<br>
|
||||
source code is at <a href="https://git.qcode.ch/nostr/nostrweb">git.qcode.ch/nostr/nostrweb</a>.
|
||||
<p>
|
||||
you are looking at version #[PKG_VERSION]#, built at git commit
|
||||
<a href="https://git.qcode.ch/nostr/nostrweb/commit/#[GIT_COMMIT]#">#[GIT_COMMIT]#</a>.
|
||||
</p>
|
||||
<p>
|
||||
for more information about nostr protocol, check out
|
||||
<a href="https://github.com/nostr-protocol/nostr#readme" target="_blank" rel="noopener noreferrer">github.com/nostr-protocol/nostr#readme</a>.
|
||||
</p>
|
||||
back to <a href="/">nostr.ch</a>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -103,7 +103,7 @@ img {
|
|||
}
|
||||
|
||||
.text {
|
||||
margin: var(--gap);
|
||||
padding: 0 var(--gap);
|
||||
}
|
||||
|
||||
.danger {
|
||||
|
|
Loading…
Reference in New Issue