feat: add footer date

This commit is contained in:
2026-06-28 22:59:32 +00:00
parent 31ae559825
commit 164687e627
3 changed files with 14 additions and 2 deletions
+5 -1
View File
@@ -228,7 +228,11 @@
}
.page-footer {
padding-block: var(--space-8);
display: flex;
flex-direction: column;
gap: var(--space-3);
padding-top: var(--space-3);
padding-bottom: var(--space-8);
}
.search-trigger {