Skip to content

Commit

Permalink
Add list style to privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotdaniel committed Oct 6, 2024
1 parent a669916 commit 162db28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
4 changes: 4 additions & 0 deletions src/layouts/DarkLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ const { title } = Astro.props;
.bg-disabled {
background-color: #393939;
}

ul li {
margin-top: 8px;
}
</style>
28 changes: 8 additions & 20 deletions src/pages/privacy-policy.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,54 +44,42 @@ import DarkLayout from "../layouts/DarkLayout.astro";

<h3 class="mt-4">Definitions</h3>
<p>For the purposes of this Privacy Policy:</p>
<ul>
<ul class="list-disc list-inside">
<li>
<p>
<strong>Application</strong> refers to Jajanku, the software
<strong>Application</strong> refers to Jajanku, the software
program provided by the Company.
</p>
</li>
<li>
<p>
<strong>Company</strong> (referred to as either &quot;the
<strong>Company</strong> (referred to as either &quot;the
Company&quot;, &quot;We&quot;, &quot;Us&quot; or &quot;Our&quot;
in this Agreement) refers to Jajanku.
</p>
</li>
<li>
<p>
<strong>Device</strong> means any device that can access
<strong>Device</strong> means any device that can access
the Service such as a computer, a cellphone or a digital
tablet.
</p>
</li>
<li>
<p>
<strong>Personal Data</strong> is any information that relates
<strong>Personal Data</strong> is any information that relates
to an identified or identifiable individual.
</p>
</li>
<li>
<p><strong>Service</strong> refers to the Application.</p>
<strong>Service</strong> refers to the Application.
</li>
<li>
<p>
<strong>Service Provider</strong> means any natural or legal
<strong>Service Provider</strong> means any natural or legal
person who processes the data on behalf of the Company. It
refers to third-party companies or individuals employed by
the Company to facilitate the Service, to provide the Service
on behalf of the Company, to perform services related to
the Service or to assist the Company in analyzing how the
Service is used.
</p>
</li>
<li>
<p>
<strong>You</strong> means the individual accessing or using
<strong>You</strong> means the individual accessing or using
the Service, or the company, or other legal entity on behalf
of which such individual is accessing or using the Service,
as applicable.
</p>
</li>
</ul>
</div>
Expand Down

0 comments on commit 162db28

Please sign in to comment.