Add sv2 logo to about page

This commit is contained in:
natsoni 2026-07-28 20:19:29 +02:00
parent 87f14d25f5
commit d74b0633c8
No known key found for this signature in database
GPG key ID: 5554443C889C720E
3 changed files with 12 additions and 0 deletions

View file

@ -711,6 +711,11 @@
<img src="/resources/profile/bdk.svg" />
</div>
</a>
<a target="_blank" class="d-block col-12 col-md-6 col-lg-4" href="https://stratumprotocol.org/" title="Stratum V2">
<div class="p-2 alliance-logo">
<img class="stratum-v2-logo" src="/resources/profile/stratum-v2.png" />
</div>
</a>
</div>
</div>

View file

@ -104,6 +104,7 @@
.alliances-logos {
align-items: center;
margin-bottom: 80px;
justify-content: center;
}
.alliance-logo {
height: 80px;
@ -114,6 +115,12 @@
margin-top: 45px;
}
}
.stratum-v2-logo {
object-fit: contain;
@media (max-width: 767px) {
width: 300px;
}
}
.copa {
@media (min-width: 992px) {
position: relative;

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB