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
2 changed files with 17 additions and 6 deletions

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;
}
}