From 884f897285778c1c6e80c225d29fda25ae7f9e43 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 15 Oct 2019 10:03:23 +0100 Subject: [PATCH] More even font size on mobile --- epicyon-profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index f2a456dda..ead1aef16 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -14,10 +14,10 @@ --border-color: #505050; --font-size-header: 18px; --font-color-header: #ccc; - --font-size-button-mobile: 30px; + --font-size-button-mobile: 34px; --font-size: 30px; --font-size2: 24px; - --font-size3: 40px; + --font-size3: 38px; --font-size4: 22px; --font-size5: 20px; --text-entry-foreground: #ccc;