diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f331d304..5e657dde 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -12,7 +12,7 @@ export default function AboutUs() {
-
About
+ About Us
{/* Basic Description */}
@@ -60,7 +60,7 @@ export default function AboutUs() {
width={30}
height={30}
/>
-
+
The University of Adelaide Computer Science Club is a student-run
club for those with an interest in computer science or computing in
general. Although we're a university club, we welcome anyone
@@ -228,7 +228,7 @@ export default function AboutUs() {
Committee Members
-
+
{COMMITTEE_MEMBERS.map((member, index) => (
-
+
+
+
);
}
diff --git a/src/app/events/Info.tsx b/src/app/events/Info.tsx
index 6be25379..89b75b15 100644
--- a/src/app/events/Info.tsx
+++ b/src/app/events/Info.tsx
@@ -14,11 +14,13 @@ export default function Info({ className }: { className?: string }) {
For further information, take a look at some of the events below!
-
-
-
-
-
+
);
}
diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx
index d1258d31..6e5d255a 100644
--- a/src/app/events/page.tsx
+++ b/src/app/events/page.tsx
@@ -15,7 +15,7 @@ export default function EventsPage() {
alt="Rectangle Grid"
width={750}
height={750}
- className="ml-40 max-w-full md:w-[50vw]"
+ className="ml-40 max-w-full opacity-40 md:w-[50vw]"
/>
-
-
{children}
+
+
+ {children}
+
);
diff --git a/tailwind.config.ts b/tailwind.config.ts
index d849263a..791654ed 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -5,7 +5,7 @@ const config: Config = {
theme: {
extend: {
width: {
- responsive: 'min(85vw, 90rem)',
+ responsive: 'min(75vw, 90rem)',
},
boxShadow: {
card: '10px 10px 0px 0px #7E7FE7',