Légers ajustement d'affichages

This commit is contained in:
JonathanMM 2023-05-19 14:14:14 +02:00
parent 8b7e939490
commit b9b83c9b79

View file

@ -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;
}
}