mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
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:
parent
9903106382
commit
072e0e20a7
@ -506,3 +506,7 @@ table, th, td {
|
||||
color: var(--color-white);
|
||||
}
|
||||
|
||||
.link_hash {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user