forked from nostr/nostrweb
about: fix styling
parent
aec72b6c62
commit
2fa7cce511
|
@ -4,11 +4,12 @@
|
||||||
<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>
|
||||||
|
<div class="text">
|
||||||
<h1>nostr: notes and other stuff transmitted by relays</h1>
|
<h1>nostr: notes and other stuff transmitted by relays</h1>
|
||||||
this is a nostr web client.<br>
|
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>.
|
source code is at <a href="https://git.qcode.ch/nostr/nostrweb">git.qcode.ch/nostr/nostrweb</a>.
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
<a href="https://github.com/nostr-protocol/nostr#readme" target="_blank" rel="noopener noreferrer">github.com/nostr-protocol/nostr#readme</a>.
|
<a href="https://github.com/nostr-protocol/nostr#readme" target="_blank" rel="noopener noreferrer">github.com/nostr-protocol/nostr#readme</a>.
|
||||||
</p>
|
</p>
|
||||||
back to <a href="/">nostr.ch</a>
|
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…
Reference in New Issue