@@ -7,16 +7,15 @@ export default function ContactUs() {
77 < section className = "flex flex-col min-h-screen justify-between py-8 xl:px-24 md:px-10 px-5 relative overflow-hidden" >
88 < Navbar />
99 < section >
10- < p >
10+ < p className = 'text-xl pt-10' >
1111 CSESoc is the official representative body of computing students at UNSW. We are here to
1212 fulfil the social, personal and professional needs of CSE students, and promote computing
1313 through a variety of forms.
1414 </ p >
15- < h2 > Contact</ h2 >
1615 < ul >
1716 < li >
1817 < h3 className = 'text-2xl font-bold pt-5' > For general enquiries or feedback on our society</ h3 >
19- < p >
18+ < p className = 'text-xl' >
2019 Please email{ ' ' }
2120 < a className = "underline" href = "mailto:info@csesoc.org.au" >
2221 info@csesoc.org.au
@@ -25,7 +24,7 @@ export default function ContactUs() {
2524 </ li >
2625 < li >
2726 < h3 className = 'text-2xl font-bold pt-5' > For feedback on CSESoc Media</ h3 >
28- < p >
27+ < p className = 'text-xl' >
2928 Please email{ ' ' }
3029 < a className = "underline" href = "mailto:media@csesoc.org.au" >
3130 media@csesoc.org.au
@@ -34,7 +33,7 @@ export default function ContactUs() {
3433 </ li >
3534 < li >
3635 < h3 className = 'text-2xl font-bold pt-5' > For enquiries about sponsorship</ h3 >
37- < p >
36+ < p className = 'text-xl' >
3837 Please email{ ' ' }
3938 < a className = "underline" href = "mailto:sponsorship@csesoc.org.au" >
4039 sponsorship@csesoc.org.au
@@ -43,7 +42,7 @@ export default function ContactUs() {
4342 </ li >
4443 < li >
4544 < h3 className = 'text-2xl font-bold pt-5' > For sharing opportunities with our members</ h3 >
46- < p >
45+ < p className = 'text-xl' >
4746 Please fill out{ ' ' }
4847 < a className = "underline" href = "https://forms.gle/7kk3RRBJbXo3Sip86" >
4948 this form
0 commit comments