mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Rearrange wallet providers on About page.
This commit is contained in:
parent
b02c690924
commit
3198feb46d
2 changed files with 8 additions and 1 deletions
|
@ -169,7 +169,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="community-integrations-sponsor">
|
<div class="selfhosted-integrations-sponsor">
|
||||||
<h3 i18n="about.self-hosted-integrations">Self-Hosted Integrations</h3>
|
<h3 i18n="about.self-hosted-integrations">Self-Hosted Integrations</h3>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<a href="https://github.com/getumbrel/umbrel" target="_blank" title="Umbrel">
|
<a href="https://github.com/getumbrel/umbrel" target="_blank" title="Umbrel">
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
.alliances,
|
.alliances,
|
||||||
.enterprise-sponsor,
|
.enterprise-sponsor,
|
||||||
.community-integrations-sponsor,
|
.community-integrations-sponsor,
|
||||||
|
.selfhosted-integrations-sponsor,
|
||||||
.maintainers {
|
.maintainers {
|
||||||
margin-top: 68px;
|
margin-top: 68px;
|
||||||
margin-bottom: 68px;
|
margin-bottom: 68px;
|
||||||
|
@ -108,6 +109,7 @@
|
||||||
.contributors,
|
.contributors,
|
||||||
.community-sponsor,
|
.community-sponsor,
|
||||||
.community-integrations-sponsor,
|
.community-integrations-sponsor,
|
||||||
|
.selfhosted-integrations-sponsor,
|
||||||
.maintainers {
|
.maintainers {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -181,3 +183,8 @@
|
||||||
.no-about-margin {
|
.no-about-margin {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.community-integrations-sponsor {
|
||||||
|
max-width: 750px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue