diff --git a/frontend/src/components/Background.tsx b/frontend/src/components/Background.tsx index d8580ec..89fb7db 100644 --- a/frontend/src/components/Background.tsx +++ b/frontend/src/components/Background.tsx @@ -3,7 +3,7 @@ import Spline from '@splinetool/react-spline'; const Background = () => { return ( ); diff --git a/frontend/src/components/Event/index.tsx b/frontend/src/components/Event/index.tsx index b9b1a0c..f9f98a7 100644 --- a/frontend/src/components/Event/index.tsx +++ b/frontend/src/components/Event/index.tsx @@ -11,7 +11,7 @@ const Event = () => { listings, check out the CSESoc Discord or our Facebook page!

- diff --git a/frontend/src/components/Landing/index.tsx b/frontend/src/components/Landing/index.tsx index 47720b0..ce04867 100644 --- a/frontend/src/components/Landing/index.tsx +++ b/frontend/src/components/Landing/index.tsx @@ -20,7 +20,13 @@ const Landing = () => {

{'

'}

We are the principal representative body for{' '} - UNSW computing students. + + UNSW computing + + {' '}students.

{''}

diff --git a/frontend/src/components/Sponsors/index.tsx b/frontend/src/components/Sponsors/index.tsx index f3217f1..4ccc6cf 100644 --- a/frontend/src/components/Sponsors/index.tsx +++ b/frontend/src/components/Sponsors/index.tsx @@ -28,7 +28,7 @@ const Sponsors = () => {

Our sponsors

Check out our very cool sponsors.

- diff --git a/frontend/src/styles/globals.css b/frontend/src/styles/globals.css index c96c5a6..b94c5b5 100644 --- a/frontend/src/styles/globals.css +++ b/frontend/src/styles/globals.css @@ -27,5 +27,5 @@ body { } .hover-animate:hover { - transform: scale(1.01); + transform: scale(1.03); }