From 69da8c4f9d7535a234976984624d86c31096974c Mon Sep 17 00:00:00 2001 From: Maciej Caderek Date: Tue, 1 Feb 2022 00:22:03 +0100 Subject: [PATCH] WIP --- src/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/style.css b/src/style.css index a03b01d..d6e4fe1 100644 --- a/src/style.css +++ b/src/style.css @@ -57,3 +57,21 @@ body { background: rgba(135, 207, 235, 0.5); height: 100vh; } + +@media screen and (max-width: 1024px) { + .layout { + grid-template-columns: 1fr; + } + + .moves-box { + height: auto; + } + + .board-box { + height: auto; + } + + .setup-box { + height: auto; + } +}