Update life.html

This commit is contained in:
Kyle
2019-08-18 16:46:01 -07:00
parent d53368f8ea
commit f4141c9d9a

View File

@@ -109,6 +109,7 @@
font-family: belerenbsc;
font-size: 24pt;
margin: 0px;
touch-action: manipulation;
}
image, div, canvas {
user-select: none;
@@ -127,7 +128,6 @@
body {
background-color: #333;
color: white;
touch-action: manipulation;
}
.mainGrid {
display: grid;
@@ -135,7 +135,6 @@
grid-auto-rows: 1fr;
width: 100%;
height: 100%;
touch-action: manipulation;
}
.mainGrid {
/*position: fixed;
@@ -144,7 +143,6 @@
}
#gridShell {
display: none;
touch-action: manipulation;
}
#gridShell:fullscreen {
display: inline-block;
@@ -159,7 +157,6 @@
border: 1px solid white;
width: auto;
height: auto;
touch-action: manipulation;
}
.widePlayerBox {
grid-column: 1 / span 2;