From 66ff0cde7259a575fdc93a513f461d312d99508b Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 15 Nov 2018 20:27:54 -0800 Subject: [PATCH] finished --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;