From aef49bf228b489291065d64eb41a9e5c15765a8f Mon Sep 17 00:00:00 2001 From: Lethal_Moana <54790525+Palak-137@users.noreply.github.com> Date: Fri, 25 Mar 2022 18:11:33 +0530 Subject: [PATCH] contributor page made responsive (#130) --- .../components/Contributors/Contributors.jsx | 25 ++++++- .../Contributors/Contributors.style.js | 74 +++---------------- frontend/yarn.lock | 11 +-- 3 files changed, 36 insertions(+), 74 deletions(-) diff --git a/frontend/components/Contributors/Contributors.jsx b/frontend/components/Contributors/Contributors.jsx index b5c2d1e..554b828 100644 --- a/frontend/components/Contributors/Contributors.jsx +++ b/frontend/components/Contributors/Contributors.jsx @@ -4,6 +4,9 @@ import styles from '../../styles/Contributors.module.css' import Image from 'next/image' import profilepic from 'assets/ContributorsImages/sampleImage.jpg' import { GitHub } from '@mui/icons-material' +import Head from "next/head"; +import Script from "next/script"; + export default function Contributors() { const [contributors, setContributors] = useState([ { @@ -62,13 +65,24 @@ export default function Contributors() { }, ]) return ( + <> + + + +