From e574d71fdbf85fa41b312cb1228e5a3f145925e3 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 18 Jan 2023 01:16:29 +0000 Subject: [PATCH] Fix lcars display font size --- webclient/src/light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/src/light.css b/webclient/src/light.css index a2d17e5..ab8987f 100644 --- a/webclient/src/light.css +++ b/webclient/src/light.css @@ -179,7 +179,7 @@ body { height: 100vh; background-color: black; color: white; - font-size: 1.5em; + font-size: 1.8em; } .display-usage {