Fix address title styles.

Fix tx title margin right .
This commit is contained in:
Miguel Medeiros 2021-10-12 09:48:44 -03:00
parent 68240e4f5c
commit bad75cfd4e
No known key found for this signature in database
GPG Key ID: 819EDEE4673F3EBB
2 changed files with 17 additions and 6 deletions

View File

@ -35,17 +35,22 @@
h1 {
margin: 0px;
padding: 0px;
margin-right: 10px;
font-size: 1.9rem;
@media (min-width: 576px) {
font-size: 2rem;
float: left;
margin-right: 10px;
}
@media (min-width: 768px) {
font-size: 2.5rem;
}
}
.address-link {
line-height: 56px;
line-height: 56px;
margin-left: 0px;
top: -2px;
position: relative;
position: relative;
@media (min-width: 768px) {
line-height: 69px;
}
@ -70,9 +75,12 @@ h1 {
.tx-link {
display: block;
width: 100%;
top: 14px;
top: 12px;
position: relative;
@media (min-width: 576px) {
top: 14px;
}
@media (min-width: 768px) {
top: 20px;
}
}
}

View File

@ -39,7 +39,10 @@
@media (min-width: 650px) {
margin-left: 15px;
align-self: end;
margin-bottom: 3px;
margin-bottom: 9px;
}
@media (min-width: 768px) {
margin-bottom: 2px;
}
}