summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.html b/play.html
index 7c0baa2..e132261 100644
--- a/play.html
+++ b/play.html
@@ -58,7 +58,7 @@ main { background-color: dimgray }
.stack {
display: grid;
grid-gap: 0.1rem;
- grid-template-columns: repeat(8, 2px);
+ grid-template-columns: repeat(auto-fill, 2px);
transition: grid-template-columns 0.5s;
}
@@ -67,7 +67,7 @@ main { background-color: dimgray }
}
.stack:hover div {
- z-index: 100;
+ z-index: 100;
}
#tracker div {