From 5b5f2488d986b6719f08a236a85900b742f90f40 Mon Sep 17 00:00:00 2001 From: SithuSoe04 <63730799+SithuSoe04@users.noreply.github.com> Date: Fri, 3 May 2024 10:31:24 -0700 Subject: [PATCH] Made the Opportunities Page more responsive and deleted unneccesary lines of code (#150) --- .../components/Opportunities/Opportunities.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/Opportunities/Opportunities.tsx b/frontend/src/components/Opportunities/Opportunities.tsx index 1fc47b5..fb83b90 100644 --- a/frontend/src/components/Opportunities/Opportunities.tsx +++ b/frontend/src/components/Opportunities/Opportunities.tsx @@ -57,10 +57,10 @@ const Opportunities = () => { OPPORTUNITIES - + - + For members. @@ -88,8 +88,7 @@ const Opportunities = () => { { size="large" variant="outlined" sx={{ + marginBottom: '2rem', fontSize: '21px', fontFamily: 'Chakra Petch, sans-serif', fontWeight: '400', @@ -107,7 +107,6 @@ const Opportunities = () => { color: 'white', padding: 'auto', borderRadius: '10px', - margin: '6px 8px', '&:hover': { borderColor: 'white', backgroundColor: 'rgba(255, 255, 255, 0.2)', @@ -119,10 +118,10 @@ const Opportunities = () => { - + - + For sponsors. @@ -139,8 +138,7 @@ const Opportunities = () => { { color: 'white', padding: 'auto', borderRadius: '10px', - margin: '6px 8px', '&:hover': { borderColor: 'white', backgroundColor: 'rgba(255, 255, 255, 0.2)',