home: add a last updated timestamp to terms & privacy

This commit is contained in:
2026-07-24 10:10:59 +01:00
parent 81486654de
commit 33eb9d7748
3 changed files with 20 additions and 4 deletions
+14 -1
View File
@@ -31,7 +31,7 @@ ul {
/* tailwind lite */
:root { --space: 4px; }
.flex { display: flex; width: fit-content; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.gap-2 { gap: calc(var(--space) * 2); }
@@ -42,6 +42,12 @@ ul {
.self-start { align-self: flex-start; }
.justify-between { justify-content: space-between; }
.w-fit { width: fit-content; }
.items-center { align-items: center; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-heavy { font-weight: 500; }
@@ -54,6 +60,13 @@ ul {
}
/* tailwind lite */
.small {
font-size: 16px;
@media (max-width: 1024px) {
font-size: 32px;
}
}
.big {
font-size: 24px;
@media (max-width: 1024px) {