Skip to content

Commit 76f8b33

Browse files
crerteltomberek
authored andcommitted
Format.
1 parent c788e3c commit 76f8b33

File tree

2 files changed

+25
-37
lines changed

2 files changed

+25
-37
lines changed

src/content/menus/header.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ items:
1414
- name: Donate
1515
link: /donate
1616
- name: Security
17-
link: /security
17+
link: /security

src/pages/security.astro

+24-36
Original file line numberDiff line numberDiff line change
@@ -13,55 +13,43 @@ import Quotation from "../components/ui/Quotation.astro";
1313
<Layout title="Security">
1414
<PageHeader text="Security" />
1515
<div class="py-8">
16-
<Container class="font-extralight leading-relaxed space-y-4 mt-16">
17-
<h2
18-
class="text-4xl font-bold font-heading text-nix-blue mt-4"
19-
20-
>
21-
Introduction
22-
</h2>
23-
24-
<p class="font-extralight leading-relaxed mt-2">
25-
Lorem ipsum
26-
</p>
16+
<Container class="font-extralight leading-relaxed space-y-4 mt-16">
17+
<h2 class="text-4xl font-bold font-heading text-nix-blue mt-4">
18+
Introduction
19+
</h2>
2720

28-
<h3
29-
class="text-3xl font-bold font-heading text-nix-blue mt-4"
30-
>
21+
<p class="font-extralight leading-relaxed mt-2">Lorem ipsum</p>
22+
23+
<h3 class="text-3xl font-bold font-heading text-nix-blue mt-4">
3124
How do I report an issue?
32-
</h3>
25+
</h3>
3326

34-
<p class="font-extralight leading-relaxed mt-2">
27+
<p class="font-extralight leading-relaxed mt-2">
3528
<ol>
36-
<li>1. Do this.</li>
37-
<li>2. Then do this.</li>
29+
<li>1. Do this.</li>
30+
<li>2. Then do this.</li>
3831
</ol>
39-
</p>
32+
</p>
4033

41-
<h3
42-
class="text-3xl font-bold font-heading text-nix-blue mt-4"
43-
>
34+
<h3 class="text-3xl font-bold font-heading text-nix-blue mt-4">
4435
What happens once an issue is reported?
45-
</h3>
36+
</h3>
4637

47-
<p class="font-extralight leading-relaxed mt-2">
38+
<p class="font-extralight leading-relaxed mt-2">
4839
<ol>
49-
<li>1. This happens.</li>
50-
<li>2. Then this happens.</li>
51-
<li>3. Finally this happens.</li>
40+
<li>1. This happens.</li>
41+
<li>2. Then this happens.</li>
42+
<li>3. Finally this happens.</li>
5243
</ol>
53-
</p>
44+
</p>
5445

55-
<h3
56-
class="text-3xl font-bold font-heading text-nix-blue mt-4"
57-
>
46+
<h3 class="text-3xl font-bold font-heading text-nix-blue mt-4">
5847
Who handles security?
59-
</h3>
48+
</h3>
6049

61-
<p class="font-extralight leading-relaxed mt-2">
62-
Check out the <a href="/community/teams/security">security team</a> page.
63-
</p>
64-
50+
<p class="font-extralight leading-relaxed mt-2">
51+
Check out the <a href="/community/teams/security">security team</a> page.
52+
</p>
6553
</Container>
6654
</div>
6755
</Layout>

0 commit comments

Comments
 (0)