Public Access
5
0
This commit is contained in:
Jeremy
2025-11-22 18:28:25 -05:00
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;