diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..52e831b 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information. diff --git a/pages/about/recruitments.tsx b/pages/about/recruitments.tsx index 6fc2af4..ec059d8 100644 --- a/pages/about/recruitments.tsx +++ b/pages/about/recruitments.tsx @@ -2,7 +2,6 @@ import Head from "next/head"; import { generateMetaTags } from "../../utils/generateMetaTags"; import styles from "./../../styles/Recruitments.module.css"; import { Suspense, useEffect, useState } from "react"; -import Banner from "../../components/Banner"; function RecruitmentPage() { const [videoHovered, setVideoHovered] = useState(false); @@ -162,10 +161,7 @@ function RecruitmentPage() {
{generateMetaTags(page_title, meta_description, meta_url)}
- +
diff --git a/styles/Recruitments.module.css b/styles/Recruitments.module.css index d3f3e1a..489aa46 100644 --- a/styles/Recruitments.module.css +++ b/styles/Recruitments.module.css @@ -10,7 +10,7 @@ padding-right: 1rem; margin-top: 3rem; margin-bottom: 1rem; - + display: flex; justify-content: center; overflow: hidden; @@ -20,7 +20,7 @@ height: 100%; display: grid; transition: 500ms; - grid-template-columns: 6fr 1fr 3fr; + grid-template-columns: 3fr 1fr 3fr; gap: 1rem; background-color: var(--light-grey); padding: 1rem; @@ -154,7 +154,7 @@ -webkit-box-shadow: 5px 5px 5px 0px var(--cardImageShadowColor); -moz-box-shadow: 5px 5px 5px 0px var(--cardImageShadowColor); box-shadow: 5px 5px 5px 0px var(--cardImageShadowColor); - + background-size:cover; border-radius: 1rem; overflow: hidden;