Skip to content

Commit

Permalink
Fix copy btns size
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Feb 15, 2019
1 parent 7dfb32b commit 606a3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,21 @@ <h4 class="ui header">Bitcoin</h4>
<img src="static/images/bitcoin-wallet-qr.png" width=80 height=80
class="ui centered tiny image"
title="Bitcoin Wallet" alt="Bitcoin Wallet">
<div id=bitcoinAddress class="ui button" style="margin:0.5em 0 0">Copy</div>
<div id=bitcoinAddress class="tiny ui button" style="margin:0.5em 0 0">Copy</div>
</div>
<div class=column>
<h4 class="ui header">Ethereum</h4>
<img src="static/images/ethereum-wallet-qr.png" width=80 height=80
class="ui centered tiny image"
title="Ethereum Wallet" alt="Ethereum Wallet">
<div id=ethereumAddress class="ui button" style="margin:0.5em 0 0">Copy</div>
<div id=ethereumAddress class="tiny ui button" style="margin:0.5em 0 0">Copy</div>
</div>
</div>
<div class="ui horizontal divider">Or</div>
<div class="ui column divided center aligned grid">
<div class=column>
<p>Just an encouraging message :)</p>
<div class=" ui medium buttons">
<div class="ui medium buttons">
<a href="mailto:mrouhi13@gmail.com" class="ui button icon" title=Email>
<i class="envelope icon"></i>
</a>
Expand Down

0 comments on commit 606a3b3

Please sign in to comment.