mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2025-04-16 06:35:14 +02:00
Légers ajustement d'affichages
This commit is contained in:
parent
8b7e939490
commit
b9b83c9b79
1 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue