diff --git a/index.html b/index.html
index 02bbfad..5547e47 100644
--- a/index.html
+++ b/index.html
@@ -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;