mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2026-03-14 20:55:46 +01:00
Meilleure adaptation de la grille sur les écrans moins haut
This commit is contained in:
parent
bf45f1c1f5
commit
f6011d2dc1
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue