formatting
This commit is contained in:
parent
4755177289
commit
56c31cb4b5
2 changed files with 5 additions and 2 deletions
|
|
@ -71,7 +71,6 @@ h1 {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#nostr-signup-button p {
|
#nostr-signup-button p {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,11 @@
|
||||||
<form onsubmit="acceptInvite();return false">
|
<form onsubmit="acceptInvite();return false">
|
||||||
<button id="nostr-signup-button" type="submit">
|
<button id="nostr-signup-button" type="submit">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="/img/white_ostrich.svg" width="40%" margin="-5% -5%" />
|
<img
|
||||||
|
src="/img/white_ostrich.svg"
|
||||||
|
width="40%"
|
||||||
|
margin="-5% -5%"
|
||||||
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
<p>Alta con Nostr</p>
|
<p>Alta con Nostr</p>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue