added TOS and Privacy content

This commit is contained in:
KS Jannette
2026-05-12 18:17:02 -04:00
parent cb476c38d7
commit c387798be7
8 changed files with 340 additions and 17 deletions

View File

@@ -78,6 +78,18 @@ button {
font-weight: 200;
}
/* ── App shell (navbar + main + footer) ───────────────────── */
.app-layout {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.app-layout__main {
flex: 1 0 auto;
}
/* ── Page Layouts ─────────────────────────────────────────── */
.page {