Add Bitcoin logo to tracker page

This commit is contained in:
Mononaut
2024-04-13 14:18:01 +00:00
parent 6bd6dfec49
commit 84f62f8025
2 changed files with 18 additions and 0 deletions

View File

@@ -43,6 +43,17 @@
position: relative;
box-shadow: 0 -5px 15px #000;
z-index: 100;
align-items: center;
justify-content: space-between;
.network-label {
font-size: 1.4em;
.network {
display: flex;
flex-direction: row;
align-items: center;
}
}
}
.blockchain-wrapper {