Add new spacing class for subheaders on donation page. Also give the subsections borders.
This commit is contained in:
parent
5832e5d4ab
commit
5d6e33a72c
@ -84,6 +84,11 @@
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.spacing {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
/** Format tables and allow contents to be broken up. **/
|
||||
table {
|
||||
/*width: 100%;*/
|
||||
|
@ -4,9 +4,9 @@
|
||||
<h2 class="col-12 header">Donate</h2>
|
||||
</div>
|
||||
|
||||
<div class="row text">
|
||||
<div class="row text border">
|
||||
<div class="col-4 center">
|
||||
<h3 class="title">Preference 1 - Private Crypto</h3>
|
||||
<h3 class="title spacing">Preference 1 - Private Crypto</h3>
|
||||
<p>Send me any type of coin.</p>
|
||||
<div class="header">
|
||||
<!-- https://trocador.app/en/anonpayurlgenerator -->
|
||||
@ -14,8 +14,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-4 center">
|
||||
<h3 class="title">Preference 2 - Public Crypto</h3>
|
||||
<div class="col-4 center border">
|
||||
<h3 class="title spacing">Preference 2 - Public Crypto</h3>
|
||||
<p>Donate directly to my addresses.</p>
|
||||
<div class="header">
|
||||
<br/>
|
||||
@ -38,8 +38,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-4 center">
|
||||
<h3 class="title">Preference 3 - Public USD</h3>
|
||||
<div class="col-4 center border">
|
||||
<h3 class="title spacing">Preference 3 - Public USD</h3>
|
||||
<p>Send USD to a fiat-based account.</p>
|
||||
<div class="header">
|
||||
<br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user