diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-01 16:56:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 16:56:19 -0400 |
| commit | 890fe4099997892cf11ed21d78a6536b559798f2 (patch) | |
| tree | 30b163fba8aa02a4f91e3d2350f3607b2294f15f /monero.html | |
| parent | 07bb904b8c3f87e38527bf0270e6823ef3b7cd25 (diff) | |
| parent | 9bf2c6445f379a348a33047b9885f459740cd3c4 (diff) | |
Merge pull request #35 from johnr365/master
Added word-wrapping on XMR address to avoid looking weird on mobileā¦
Diffstat (limited to 'monero.html')
| -rw-r--r-- | monero.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monero.html b/monero.html index 5827c85..67d27fd 100644 --- a/monero.html +++ b/monero.html @@ -96,7 +96,7 @@ Here is the address we use for this site (i.e. not the compromised wallet generated above): </p> - <p style=font-size:small>84RXmrsE7ffCe1ADprxLMHRpmyhZuWYScDR4YghE8pFRFSyLtiZFYwD6EPijVzD3aZiEpg57MfHEr1pGJNPXyJgENMnWrSh</p> + <p style="font-size:small; word-wrap: break-word; ">84RXmrsE7ffCe1ADprxLMHRpmyhZuWYScDR4YghE8pFRFSyLtiZFYwD6EPijVzD3aZiEpg57MfHEr1pGJNPXyJgENMnWrSh</p> <img style="max-height:200px" src="pix/xmr.png" alt="monero donation qr"> |
