Merge pull request #1459 from mempool/simon/about-page-wallets-arrange
Rearrange wallet providers on About page.
This commit is contained in:
commit
7f7f8a490d
@ -169,7 +169,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="community-integrations-sponsor">
|
||||
<div class="selfhosted-integrations-sponsor">
|
||||
<h3 i18n="about.self-hosted-integrations">Self-Hosted Integrations</h3>
|
||||
<div class="wrapper">
|
||||
<a href="https://github.com/getumbrel/umbrel" target="_blank" title="Umbrel">
|
||||
|
@ -43,6 +43,7 @@
|
||||
.alliances,
|
||||
.enterprise-sponsor,
|
||||
.community-integrations-sponsor,
|
||||
.selfhosted-integrations-sponsor,
|
||||
.maintainers {
|
||||
margin-top: 68px;
|
||||
margin-bottom: 68px;
|
||||
@ -108,6 +109,7 @@
|
||||
.contributors,
|
||||
.community-sponsor,
|
||||
.community-integrations-sponsor,
|
||||
.selfhosted-integrations-sponsor,
|
||||
.maintainers {
|
||||
.wrapper {
|
||||
display: inline-block;
|
||||
@ -181,3 +183,8 @@
|
||||
.no-about-margin {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.community-integrations-sponsor {
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user