Updated feedback.html. Made feedback and donate posts separated, fix link with new CSS class .link_hash that break all to new lines

This commit is contained in:
Eugene Serb 2022-06-19 11:47:45 +03:00
parent 9903106382
commit 072e0e20a7
2 changed files with 7 additions and 2 deletions

View File

@ -506,3 +506,7 @@ table, th, td {
color: var(--color-white);
}
.link_hash {
word-break: break-all;
}

View File

@ -102,12 +102,13 @@
<br />
<span>Follow me on Twitter: </span>
<a href="https://twitter.com/eugene_serb" target="_blank">@eugene_serb</a>
<br />
</div>
<div class="content">
<h2 class="content__header">Donate</h2>
<p>If you like this app, you can thank me and donate to me.</p>
<br />
<span>Bitcoin: </span>
<a href="bitcoin:BC1QSPZGJ7XRF099S2EJ8F5ZMM52XU0WKFURPEZNY5" target="_blank">BC1QSPZGJ7XRF099S2EJ8F5ZMM52XU0WKFURPEZNY5</a>
<a href="bitcoin:BC1QSPZGJ7XRF099S2EJ8F5ZMM52XU0WKFURPEZNY5" target="_blank" class="link_hash">BC1QSPZGJ7XRF099S2EJ8F5ZMM52XU0WKFURPEZNY5</a>
<br /><br />
</div>
</div>