optimize default font size for mobile

master
lub 4 years ago
parent 5a1a5261fa
commit 65ca06a1d1

@ -2,7 +2,10 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Good Times ahead</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>

@ -2,5 +2,5 @@ body {
background-color: black;
color: #0f0;
font-family: monospace;
font-size: 4rem;
font-size: 3rem;
}
Loading…
Cancel
Save