From b9b83c9b79c322790e22c5efd427fa710373006e Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Fri, 19 May 2023 14:14:14 +0200 Subject: [PATCH] =?UTF-8?q?L=C3=A9gers=20ajustement=20d'affichages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/jeu.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/public/jeu.css b/public/jeu.css index fcdc7f4..36f7d0e 100644 --- a/public/jeu.css +++ b/public/jeu.css @@ -100,6 +100,7 @@ h1 { background-color: var(--couleur-fond-grille); min-height: calc(6 * var(--taille-cellule) + 10 * var(--epaisseur-bordure-cellule)); margin-bottom: auto; + font-size: 32px; } .grille table { @@ -509,23 +510,25 @@ h1 { @media (max-width: 500px) { :root { - --taille-cellule: 42px; + --taille-cellule: 38px; --taille-icone: 28px; } body, - .regles-panel table { + .regles-panel table, + #grille { font-size: 28px; } } @media (max-height: 640px), (max-width: 400px) { :root { - --taille-cellule: 36px; + --taille-cellule: 34px; } body, - .regles-panel table { + .regles-panel table, + #grille { font-size: 24px; } }