UI update

Font size adjustment
This commit is contained in:
sairaj mote 2021-05-14 16:53:53 +05:30
parent 259f647522
commit cbb8d86ac0

View File

@ -8255,13 +8255,13 @@ Bitcoin.Util = {
}
.label{
font-weight: 500;
font-size: 0.8rem;
font-size: 0.75rem;
margin-bottom: 0.2rem;
color: rgba(var(--text-color), 0.8);
}
.value{
font-weight: 700;
font-size: 1rem;
font-weight: 600;
font-size: 0.9rem;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;