edit: passage en mode off + webring

This commit is contained in:
2026-09-06 23:36:14 +02:00
parent 5b091c3140
commit 2d06277613
211 changed files with 622 additions and 31661 deletions
+17
View File
@@ -0,0 +1,17 @@
/*===========================Moyen format : Tablette et petite fenêtres PC ===*/
@media(min-width: 650px){
main > footer{
grid-template-columns: repeat(7, 1fr);
min-height: 77px;
}
}
/*===========================Grand format : écrans larges et grands ===*/
@media(min-width: 1300px){
main > footer{
grid-template-columns: repeat(9, 1fr);
min-height: 77px;
}
}