@@ -13,55 +13,43 @@ import Quotation from "../components/ui/Quotation.astro";
13
13
<Layout title =" Security" >
14
14
<PageHeader text =" Security" />
15
15
<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 >
27
20
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 " >
31
24
How do I report an issue?
32
- </h3 >
25
+ </h3 >
33
26
34
- <p class =" font-extralight leading-relaxed mt-2" >
27
+ <p class =" font-extralight leading-relaxed mt-2" >
35
28
<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 >
38
31
</ol >
39
- </p >
32
+ </p >
40
33
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" >
44
35
What happens once an issue is reported?
45
- </h3 >
36
+ </h3 >
46
37
47
- <p class =" font-extralight leading-relaxed mt-2" >
38
+ <p class =" font-extralight leading-relaxed mt-2" >
48
39
<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 >
52
43
</ol >
53
- </p >
44
+ </p >
54
45
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" >
58
47
Who handles security?
59
- </h3 >
48
+ </h3 >
60
49
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 >
65
53
</Container >
66
54
</div >
67
55
</Layout >
0 commit comments