fix: privacy and tos inconsistencies
This commit is contained in:
@@ -1,21 +1,5 @@
|
||||
<%~ include('./partials/public-head', { title: 'Privacy', description: "PingQL's privacy policy. No tracking, no data sales, no ads.", nav: 'privacy' }) %>
|
||||
|
||||
<style>
|
||||
.grid-bg {
|
||||
background-image:
|
||||
linear-gradient(rgba(59, 130, 246, 0.03) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
|
||||
background-size: 64px 64px;
|
||||
}
|
||||
.prose-custom h2 { font-size: 1.25rem; font-weight: 600; color: #f3f4f6; margin-top: 2.5rem; margin-bottom: 0.75rem; }
|
||||
.prose-custom p { color: #9ca3af; line-height: 1.75; margin-bottom: 1rem; }
|
||||
.prose-custom ul { margin-bottom: 1rem; padding-left: 1.25rem; }
|
||||
.prose-custom li { color: #9ca3af; line-height: 1.75; margin-bottom: 0.25rem; list-style-type: disc; }
|
||||
.prose-custom strong { color: #e5e7eb; font-weight: 600; }
|
||||
.prose-custom a { color: #60a5fa; text-decoration: none; }
|
||||
.prose-custom a:hover { text-decoration: underline; }
|
||||
</style>
|
||||
|
||||
<main class="max-w-2xl mx-auto px-6 pt-28 pb-16">
|
||||
|
||||
<!-- Hero -->
|
||||
@@ -48,7 +32,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="prose-custom">
|
||||
<div class="prose">
|
||||
|
||||
<h2>What we collect</h2>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user