diff options
author | ADRN <adrien@luxeylab.net> | 2024-08-30 10:48:48 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-08-30 10:48:48 +0200 |
commit | 52bebd6c75b05d6cbd17868fb64897a2905d3cf2 (patch) | |
tree | c5fcb0875932ea7af7231e2f101aee221db83623 | |
parent | f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c (diff) | |
download | site-52bebd6c75b05d6cbd17868fb64897a2905d3cf2.tar.gz site-52bebd6c75b05d6cbd17868fb64897a2905d3cf2.zip |
label des différents nav et utilisation variable CSS pour margefeat/table-of-contents
-rw-r--r-- | static/css/home.css | 2 | ||||
-rw-r--r-- | static/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/static/css/home.css b/static/css/home.css index 893ae13..5cac8c9 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -30,7 +30,7 @@ div#jardin p { nav#sommaire { text-align: center; - margin-top: 3rem; + margin-top: var(--med_margin); } h2#infras { diff --git a/static/index.html b/static/index.html index 4ac02a3..965476a 100644 --- a/static/index.html +++ b/static/index.html @@ -489,7 +489,7 @@ </div> <p>Fabriquons un internet convivial ⤵</p> - <nav id="sommaire"> + <nav id="sommaire" aria-label="sommaire"> <a href="#infras">Infrastructures</a><span role="separator"> · </span><a href="#outils">Services</a><span role="separator"> · </span><a href="#valeurs">Valeurs</a><span role="separator"> · </span><a href="#connaissance">Faisons connaissance</a> </nav> </div> @@ -1391,7 +1391,7 @@ _ ` ^ ¨ · _ - " ` * - ; - _ </pre> </div> - <nav id="liens"> + <nav id="liens" aria-label="liens de pied de page"> <a href="https://guide.deuxfleurs.fr/vie_associative/cgu/">CGU</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/gestion-des-risques/">Gestion des risques</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/mentions-legales">Mentions légales</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/operations/sources">Sources</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/nous-rejoindre/">Nous rejoindre</a> </nav> </footer> |