Update life.html

This commit is contained in:
Kyle
2019-08-16 18:38:54 -07:00
parent 39e82ec679
commit 70410d2b37

View File

@@ -127,9 +127,6 @@
background-color: #333;
color: white;
}
body, #gridShell, .mainGrid, canvas {
touch-action: manipulation !important;
}
.mainGrid {
display: grid;
grid-template-columns: auto auto;
@@ -159,6 +156,7 @@
border: 1px solid white;
width: auto;
height: auto;
touch-action: manipulation !important
}
.widePlayerBox {
grid-column: 1 / span 2;