From 77876d32e950d01aa2fc9938545a785d95516377 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 30 Oct 2025 16:57:06 +0000 Subject: [PATCH] Number font size --- epicyon-profile.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 1e5bb6404..0769ff00e 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -920,7 +920,7 @@ input[type=number] { margin-top: 6px; margin-bottom: 16px; resize: vertical; - font-size: var(--font-size); + font-size: var(--font-size5); font-family: 'Arial, Helvetica, sans-serif'; direction: var(--language-direction); float: var(--text-justify); @@ -2021,8 +2021,8 @@ address { transform: scale(2); padding: 10px; margin: 20px 100px; - font-size: var(--font-size); - height: var(--font-size); + font-size: var(--font-size5); + height: var(--font-size5); } .columnIcons img { float: right; @@ -2870,8 +2870,8 @@ address { transform: scale(2); padding: 10px; margin: 40px 100px; - font-size: var(--font-size); - height: var(--font-size); + font-size: var(--font-size5); + height: var(--font-size5); } .columnIcons img { float: right;