label des différents nav et utilisation variable CSS pour marge
This commit is contained in:
parent
f4b15dfdfb
commit
52bebd6c75
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ div#jardin p {
|
|||
|
||||
nav#sommaire {
|
||||
text-align: center;
|
||||
margin-top: 3rem;
|
||||
margin-top: var(--med_margin);
|
||||
}
|
||||
|
||||
h2#infras {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue