Ajout de CSS au footer et ajustement padding body

This commit is contained in:
Alexel 2024-09-16 16:33:54 -04:00
parent dc1321c3e6
commit 787cb54b7d
3 changed files with 40 additions and 0 deletions
templates/html

View file

@ -2,6 +2,7 @@
<link rel="stylesheet" href="/public/css/general.css">
<link rel="stylesheet" href="/public/css/fonts.css">
<link rel="stylesheet" href="/public/css/header.css">
<link rel="stylesheet" href="/public/css/footer.css">
<script>
function onToggleNav() {
var menu = document.querySelector(".headerMenuMobile");