Fix titles height inconsistencies.

This commit is contained in:
Miguel Medeiros
2021-10-11 22:33:20 -03:00
parent f19b84090a
commit 9d9ff6ed91
9 changed files with 105 additions and 86 deletions

View File

@@ -197,6 +197,18 @@ body {
display: flex;
flex-direction: row;
justify-content: space-between;
height: 80px;
}
.title-address, .title-asset {
color: #FFF;
padding-top: 20px;
padding-bottom: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
height: 80px;
margin-top: -20px;
}
.smaller-text {