@@ -7,16 +7,15 @@ export default function ContactUs() {
7
7
< section className = "flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative overflow-hidden" >
8
8
< Navbar />
9
9
< section >
10
- < p >
10
+ < p className = 'text-xl pt-10' >
11
11
CSESoc is the official representative body of computing students at UNSW. We are here to
12
12
fulfil the social, personal and professional needs of CSE students, and promote computing
13
13
through a variety of forms.
14
14
</ p >
15
- < h2 > Contact</ h2 >
16
15
< ul >
17
16
< li >
18
17
< h3 className = 'text-2xl font-bold pt-5' > For general enquiries or feedback on our society</ h3 >
19
- < p >
18
+ < p className = 'text-xl' >
20
19
Please email{ ' ' }
21
20
< a className = "underline" href = "mailto:info@csesoc.org.au" >
22
21
info@csesoc.org.au
@@ -25,7 +24,7 @@ export default function ContactUs() {
25
24
</ li >
26
25
< li >
27
26
< h3 className = 'text-2xl font-bold pt-5' > For feedback on CSESoc Media</ h3 >
28
- < p >
27
+ < p className = 'text-xl' >
29
28
Please email{ ' ' }
30
29
< a className = "underline" href = "mailto:media@csesoc.org.au" >
31
30
media@csesoc.org.au
@@ -34,7 +33,7 @@ export default function ContactUs() {
34
33
</ li >
35
34
< li >
36
35
< h3 className = 'text-2xl font-bold pt-5' > For enquiries about sponsorship</ h3 >
37
- < p >
36
+ < p className = 'text-xl' >
38
37
Please email{ ' ' }
39
38
< a className = "underline" href = "mailto:sponsorship@csesoc.org.au" >
40
39
sponsorship@csesoc.org.au
@@ -43,7 +42,7 @@ export default function ContactUs() {
43
42
</ li >
44
43
< li >
45
44
< h3 className = 'text-2xl font-bold pt-5' > For sharing opportunities with our members</ h3 >
46
- < p >
45
+ < p className = 'text-xl' >
47
46
Please fill out{ ' ' }
48
47
< a className = "underline" href = "https://forms.gle/7kk3RRBJbXo3Sip86" >
49
48
this form
0 commit comments