From 9c23e9197e6d496dc11cfdb1bdc534f1f61227a4 Mon Sep 17 00:00:00 2001 From: Ijuaa Date: Wed, 7 Feb 2024 09:55:50 +0100 Subject: [PATCH] fix tetris for BScreen --- frontend/src/styles/tetris.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/tetris.scss b/frontend/src/styles/tetris.scss index 381a805..771ad83 100644 --- a/frontend/src/styles/tetris.scss +++ b/frontend/src/styles/tetris.scss @@ -40,7 +40,6 @@ width: 40rem; top: 20rem; height: 25rem; - z-index: 2; @media screen and (max-width: 1160px) { width: 95svw; height: 85vh; @@ -55,6 +54,10 @@ top: 10rem; } + @media screen and (min-width: 2400px) { + top: 6em; + } + .scores { color: white; position: relative;