From 1080e2bbc3bcc968d63b5e526534e00301a200b3 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:35:24 +0200 Subject: stack layout --- play.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.html') 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 { -- cgit v1.2.3