1

Ajouter des antipixels au footer global

Closes #11
This commit is contained in:
2026-04-05 15:07:57 +02:00
parent 67717fdb7b
commit a9125a45ea
3 changed files with 73 additions and 5 deletions

View File

@@ -409,7 +409,7 @@
max-width: 100%;
}
body > footer > nav > ul > li {
body > footer > nav > ul:not(.footer-antipixels) > li {
grid-template-columns: 1fr;
align-items: start;
}
@@ -420,7 +420,7 @@
text-align: left;
}
body > footer > nav > ul > li > div {
body > footer > nav > ul:not(.footer-antipixels) > li > div {
grid-column: 1;
}