formatting

This commit is contained in:
counterweight 2025-02-20 00:51:30 +01:00
parent 4755177289
commit 56c31cb4b5
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 5 additions and 2 deletions

View file

@ -71,7 +71,6 @@ h1 {
cursor: default;
}
#nostr-signup-button p {
font-size: 1.5rem;
}

View file

@ -20,7 +20,11 @@
<form onsubmit="acceptInvite();return false">
<button id="nostr-signup-button" type="submit">
<figure>
<img src="/img/white_ostrich.svg" width="40%" margin="-5% -5%" />
<img
src="/img/white_ostrich.svg"
width="40%"
margin="-5% -5%"
/>
</figure>
<p>Alta con Nostr</p>
</button>