Fix disable button font-size.

This commit is contained in:
Miguel Medeiros 2021-10-12 09:53:01 -03:00
parent bad75cfd4e
commit d6a9017267
No known key found for this signature in database
GPG Key ID: 819EDEE4673F3EBB

View File

@ -138,8 +138,11 @@ h1 {
}
.disable {
font-size: 36px;
font-size: 30px;
color: #393e5c73;
@media (min-width: 768px) {
font-size: 36px;
}
}
.tx-skeleton {