Updating colors and vertical scaling

Should now scale without em, which is more accurate across resolutions and browsers.
This commit is contained in:
cgtboy1988 2017-12-22 14:25:51 -05:00 committed by GitHub
parent 8a2c103ed4
commit 5912044b65
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ window.addEventListener("load", init);
</script>
</head>
<body>
<h1>Scoreboard</h1>
<h1 id="title">Scoreboard</h1>
<div id="scoreboard"></div>
</body>
</html>