Decrease LCARS font size to prevent header wrapping

This commit is contained in:
Tanner Collin 2023-05-15 17:20:24 +00:00
parent b325e648f4
commit 0f2fad7209

View File

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