FIX unify the units css. (#499)

* FIX unify the units css.
* Fix units css font-size.
This commit is contained in:
Miguel Medeiros
2021-05-18 11:20:17 -03:00
committed by GitHub
parent 84bb475c63
commit 5f787c52e8
18 changed files with 66 additions and 54 deletions

View File

@@ -110,6 +110,10 @@ h1{
.table {
tr td {
padding: 0.75rem 0.5rem;
@media (min-width: 576px) {
padding: 0.75rem 0.75rem;
}
&:last-child {
text-align: right;
@media (min-width: 768px) {
@@ -120,4 +124,11 @@ h1{
display: block;
}
}
}
.effective-fee-container{
display: block;
@media (min-width: 768px){
display: inline-block;
}
}