From cbb8d86ac011b55f31391787377324a3b8ff20c6 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 14 May 2021 16:53:53 +0530 Subject: [PATCH] UI update Font size adjustment --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;