mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Add sv2 logo to about page
This commit is contained in:
parent
87f14d25f5
commit
d74b0633c8
3 changed files with 12 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
BIN
frontend/src/resources/profile/stratum-v2.png
Normal file
BIN
frontend/src/resources/profile/stratum-v2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Add a link
Reference in a new issue