This commit is contained in:
death-claw
2021-05-24 15:15:49 +01:00
parent 2483c5fa00
commit 5213ed7129
2 changed files with 8 additions and 1 deletions
@@ -53,7 +53,7 @@
You can send me donations through paypal to the following email address
<div fxLayout="row">
<a (click)="goTo('https://www.paypal.com/myaccount/transfer/homepage/buy/preview')" style="cursor: pointer">
<img alt="paypal-logo" src="/assets/paypal.svg" width="64">
<div class="paypal-image"></div>
</a>
<h3>dev.vripper@gmail.com</h3>
</div>
@@ -3,6 +3,13 @@
background-image: url('../../assets/v.svg');
}
.paypal-image {
width: 64px;
height: 64px;
background-size: cover;
background-image: url('../../assets/paypal.svg');
}
.section {
padding-top: 12px;
padding-bottom: 12px;