From f6011d2dc106f51acb3f90d863a93c2a3d8ecbe9 Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Mon, 17 Jan 2022 21:38:02 +0100 Subject: [PATCH] =?UTF-8?q?Meilleure=20adaptation=20de=20la=20grille=20sur?= =?UTF-8?q?=20les=20=C3=A9crans=20moins=20haut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/jeu.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/jeu.css b/public/jeu.css index 623dc62..5cfd049 100644 --- a/public/jeu.css +++ b/public/jeu.css @@ -41,6 +41,15 @@ body { } } +@media (max-height: 640px) { + :root { + --taille-cellule: 36px; + } + body { + font-size: 24px; + } +} + header { display: grid; grid-template-columns: 1fr 6fr 1fr;