diff --git a/src/styles/globals.css b/src/styles/globals.css index fb3a388..0102683 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -38,12 +38,19 @@ padding: 1rem; margin: 0 auto; font-family: "IBM VGA", monospace; - font-size: 1.5rem; /* Increased font size to make characters bigger */ + font-size: 1.25rem; /* Smaller font size for mobile */ white-space: pre; line-height: 1; box-sizing: border-box; overflow: hidden; /* Disable scrolling */ } + + /* Desktop font size */ + @media (min-width: 768px) { + html { + font-size: 1.5rem; + } + } /* Apply CGA theme to body */ body {