diff options
-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> |