Public Access
5
0

Change footer DATE_WEBSITE

This commit is contained in:
2025-11-22 18:26:29 -05:00
parent ceedf92f71
commit 9b7998c827
13 changed files with 16 additions and 12 deletions

View File

@@ -10,6 +10,10 @@
box-sizing: border-box;
}
#updateDate {
visibility: hidden;
}
body {
min-height: 100vh; /* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */
display: grid;