diff options
| author | johnr365 <67366109+johnr365@users.noreply.github.com> | 2021-07-01 15:55:07 +0200 |
|---|---|---|
| committer | johnr365 <67366109+johnr365@users.noreply.github.com> | 2021-07-01 15:55:07 +0200 |
| commit | 9bf2c6445f379a348a33047b9885f459740cd3c4 (patch) | |
| tree | a93a54a1786df3166229a6dd0035c46f8747885b /monero.html | |
| parent | a0057185e401b1a1f8040a2e64bd692248c522c5 (diff) | |
Added word-wrapping on XMR address to avoid looking weird on mobile (super wide page).
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"> |
