Updating pubkey width on mobile and desktop
This commit is contained in:
parent
56127dce6a
commit
ae183210e0
@ -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…
x
Reference in New Issue
Block a user