redesign nav panel years

This commit is contained in:
isUnknown 2024-04-09 08:38:29 +02:00
parent 85a6807984
commit a2722a0264
10 changed files with 112 additions and 68 deletions

View file

@ -1,17 +1,17 @@
<footer id="main-footer">
<ul id="links" class="| flex full-width" style="
--content: center;
--gap: 1;
">
<li>
<a href="#">
à propos
</a>
</li>
<li>
<a href="#">s'abonner</a>
</li>
</ul>
</footer>
</body>
<footer id="main-footer">
<ul id="links" class="| flex full-width" style="
--content: center;
--gap: 1;
">
<li>
<a href="#">
à propos
</a>
</li>
<li>
<a href="#">s'abonner</a>
</li>
</ul>
</footer>
</body>
</html>