Merge pull request #3329 from mempool/mutiny-integration

Add mutiny as community integration
This commit is contained in:
softsimon
2023-03-14 19:59:43 +09:00
committed by GitHub
3 changed files with 12 additions and 5 deletions

View File

@@ -284,6 +284,10 @@
<img class="image" src="/resources/profile/boltz.svg" />
<span>Boltz</span>
</a>
<a href="https://github.com/MutinyWallet" target="_blank" title="Mutiny">
<img class="image not-rounded" src="/resources/profile/mutiny.svg" />
<span>Mutiny</span>
</a>
</div>
</div>

View File

@@ -13,8 +13,8 @@
.image.not-rounded {
border-radius: 0;
width: 74px;
height: 74px;
width: 60px;
height: 60px;
}
.intro {
@@ -234,11 +234,11 @@
}
.community-integrations-sponsor {
max-width: 965px;
max-width: 1110px;
margin: auto;
}
.community-integrations-sponsor img.image {
width: 78px;
height: 78px;
width: 64px;
height: 64px;
}