optimize default font size for mobile

master
lub 4 years ago
parent 5a1a5261fa
commit 65ca06a1d1

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

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