Skip to content

Commit

Permalink
Merge pull request #4 from djerfy/fix/donate-align
Browse files Browse the repository at this point in the history
fix: donate align
  • Loading branch information
benjamin-wilson authored Aug 19, 2023
2 parents fd0fdac + fb29d6a commit 3c20188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/splash/splash.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h4 style="text-align: center;"> Found Blocks</h4>
<div class="col-12">
<div class="card">
<div class="grid">
<div class="col-12 md:col-4">
<div class="col-12 md:col-2">
<h3>Donate</h3>
<p>Like the project? Consider a donation. </p>
</div>
Expand All @@ -171,7 +171,7 @@ <h3>Donate</h3>
alt="bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d">
<div>[email protected]</div>
</div>
<div class="col-12 md:col-4 text-center">
<div class="col-12 md:col-6 text-center">
<img style="height: 200px;" src="assets/layout/images/qr-code-onchain.svg"
alt="bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d">
<div>bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d</div>
Expand Down

0 comments on commit 3c20188

Please sign in to comment.