chore: add terms and privacy pages

This commit is contained in:
Stevan Freeborn
2024-04-13 13:36:23 -05:00
parent 44aad166bc
commit 862cb72f73
4 changed files with 416 additions and 0 deletions
@@ -0,0 +1,16 @@
.container {
display: flex;
flex-direction: column;
gap: 2rem;
section {
display: flex;
flex-direction: column;
gap: 1rem;
ul {
list-style-type: disc;
padding-left: 1rem;
}
}
}