mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update life.html
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
font-size: 24pt;
|
font-size: 24pt;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
touch-action: none;
|
|
||||||
}
|
}
|
||||||
image, div, canvas {
|
image, div, canvas {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@@ -112,6 +112,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: white;
|
color: white;
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
.mainGrid {
|
.mainGrid {
|
||||||
display: grid;
|
display: grid;
|
||||||
@@ -226,4 +227,4 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="data/life/life.js"></script>
|
<script src="data/life/life.js"></script>
|
||||||
<html>
|
<html>
|
||||||
|
Reference in New Issue
Block a user