Fix lcars display font size

This commit is contained in:
Tanner Collin 2023-01-18 01:16:29 +00:00
parent 682feeacf7
commit e574d71fdb

View File

@ -179,7 +179,7 @@ body {
height: 100vh; height: 100vh;
background-color: black; background-color: black;
color: white; color: white;
font-size: 1.5em; font-size: 1.8em;
} }
.display-usage { .display-usage {