Updating pubkey width on mobile and desktop

This commit is contained in:
softsimon 2023-07-23 14:43:43 +09:00
parent 56127dce6a
commit ae183210e0
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -143,7 +143,10 @@ h2 {
.p2pk-address {
display: inline-block;
margin-left: 1em;
max-width: 140px;
max-width: 100px;
@media (min-width: 576px) {
max-width: 200px
}
}
.grey-info-text {