feat: add privacy policy page

This commit is contained in:
Kentai Radiquum 2024-06-25 03:33:51 +05:00
parent 73b147e1c1
commit d861efe869
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 240 additions and 0 deletions

View file

@ -1202,6 +1202,10 @@ input:checked + .toggle-bg {
margin-top: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-6 {
margin-top: 1.5rem;
}
@ -1302,6 +1306,10 @@ input:checked + .toggle-bg {
max-width: 298px;
}
.max-w-\[768px\] {
max-width: 768px;
}
.max-w-\[840px\] {
max-width: 840px;
}