From 6d122d8aef810a197274ae4e8dc430124e66eb9f Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 4 Apr 2022 15:00:26 +0800 Subject: [PATCH] smaller letter size --- src/ui/cm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/cm.css b/src/ui/cm.css index e88245beb..d9d003d53 100644 --- a/src/ui/cm.css +++ b/src/ui/cm.css @@ -51,7 +51,7 @@ div.icon-and-id { div.icon { size: 96px; text-align: center; - font-size: 96px; + font-size: 76px; line-height: 96px; color: white; font-weight: bold;