feat: privacy page with translation

refactor: apply prettier conf to all files

feat: terms of use with translation
This commit is contained in:
Sonny
2023-11-19 18:58:49 +01:00
parent 5bdd42afdb
commit 6d5afee4f4
55 changed files with 725 additions and 118 deletions

View File

@@ -0,0 +1,10 @@
.navbar {
width: 100%;
padding: 0.75em;
}
.navbar ul {
display: flex;
gap: 1.5em;
justify-content: center;
}