This commit is contained in:
Kyle
2018-11-15 20:27:54 -08:00
parent fb24aa70b3
commit 66ff0cde72

View File

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