diff --git a/index.html b/index.html
index 15efcc9b..89e46eb4 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
window.onload = function() {
if (screen.width < 800) {
var myViewPort = document.getElementById("pageViewport");
- //myViewPort.setAttribute("content", "user-scalable=no,width=800");
+ myViewPort.setAttribute("content", "user-scalable=no,width=800");
}
}
@@ -430,6 +430,9 @@ html {
.mainGrid {
grid-gap: 12px;
}
+.canvasContainer {
+ justify-self: center;
+}
.selectionGrid {
grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
text-align: center;