mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Updating pubkey width on mobile and desktop
This commit is contained in:
parent
56127dce6a
commit
ae183210e0
1 changed files with 4 additions and 1 deletions
|
@ -143,7 +143,10 @@ h2 {
|
||||||
.p2pk-address {
|
.p2pk-address {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
max-width: 140px;
|
max-width: 100px;
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
max-width: 200px
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.grey-info-text {
|
.grey-info-text {
|
||||||
|
|
Loading…
Add table
Reference in a new issue