mirror of https://github.com/dirtbags/moth.git
Updating colors and vertical scaling
Should now scale without em, which is more accurate across resolutions and browsers.
This commit is contained in:
parent
b97a67c599
commit
01c8f8105e
|
@ -63,8 +63,7 @@ window.addEventListener("load", init);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Scoreboard</h1>
|
<h1 id="title">Scoreboard</h1>
|
||||||
<div id="scoreboard"></div>
|
<div id="scoreboard"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue