Update nts.html

Change font family to monospace to prevent the text moving
This commit is contained in:
Andrea Puddu
2019-05-03 12:21:27 +02:00
committed by GitHub
parent a111e20f27
commit 4c8eb2c112

View File

@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="text-align: center;">
<h1 id="when" style="font-size: 7vw; margin-top: 43vh;"></h1>
<h1 id="when" style="font-size: 7vw; margin-top: 43vh; font-family: monospace;"></h1>
</body>
<script src="/gun.js"></script>
<script src="/gun/nts.js"></script>
@@ -16,4 +16,4 @@
when.innerHTML = print;
});
</script>
</html>
</html>