diff --git a/app/students/[shortcode]/page.module.scss b/app/students/[shortcode]/page.module.scss index 0eaa931..ba7a053 100644 --- a/app/students/[shortcode]/page.module.scss +++ b/app/students/[shortcode]/page.module.scss @@ -1,5 +1,5 @@ .container { - padding: 0; + padding: 0 !important; } .SeparatorRoot { @@ -15,7 +15,7 @@ } .Separator { - height: initial; + height: initial !important; } .longDetailsCard { diff --git a/app/students/[shortcode]/page.tsx b/app/students/[shortcode]/page.tsx index c19ffd9..75ac093 100644 --- a/app/students/[shortcode]/page.tsx +++ b/app/students/[shortcode]/page.tsx @@ -9,6 +9,8 @@ import RestrictedArea from "@/components/rbac/RestrictedArea" import RestrictedAreaStudent from "@/components/rbac/RestrictedAreaStudent" import prisma from "@/lib/db" +import styles from "./page.module.scss" + import { OpportunityType, Role } from "@prisma/client" import { Box, Card, Flex, Heading, Separator, Text } from "@radix-ui/themes" import { format } from "date-fns" @@ -17,8 +19,6 @@ import React from "react" import { BsEnvelope, BsFileEarmarkText, BsGithub, BsGlobe, BsLinkedin } from "react-icons/bs" import { IconType } from "react-icons/lib" -import styles from "./page.module.scss" - const linkIconSize = "25" /**