added TOS and Privacy content
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user