diff --git a/src/components/about/SmallPortraitCard.tsx b/src/components/about/SmallPortraitCard.tsx index 947af9200..d9f6d5a45 100644 --- a/src/components/about/SmallPortraitCard.tsx +++ b/src/components/about/SmallPortraitCard.tsx @@ -4,6 +4,7 @@ import SocialMediaContacts from "./SocialMediaContacts"; import { useRef, useState } from "react"; import LargePortraitCard from "./LargePortraitCard"; import Avatar from "./Avatar"; +import Link from "@docusaurus/Link"; const contentStyle = { background: "white", diff --git a/src/components/about/styles.module.css b/src/components/about/styles.module.css index 8347937ad..0856e6024 100644 --- a/src/components/about/styles.module.css +++ b/src/components/about/styles.module.css @@ -36,22 +36,22 @@ div .row { } .small_card_complete_name { - font-size: 16px; + font-size: 24px; font-family: var(--ifm-font-family-roboto); color: var(--ifm-color-primary-p2); font-style: normal; - font-weight: 500; + font-weight: 400; line-height: 24px; letter-spacing: 0.15px; margin: var(--ifm-spacing-xs) 0; } .small_card_position { - font-size: var(--ifm--font-size-normal); + font-size: 16px; font-family: var(--ifm-font-family-roboto); color: var(---ifm-text-color); font-style: normal; - font-weight: 600; + font-weight: 400; line-height: 24px; letter-spacing: 0.5px; color: var(--ifm-color-primary-p2); @@ -96,7 +96,7 @@ div .large_card_position { } .githubname { - font-size: var(--ifm-font-size-normal); + font-size: 16px; font-family: var(--ifm-font-family-roboto); font-style: normal; font-weight: 400; diff --git a/src/components/careers/styles.module.css b/src/components/careers/styles.module.css index 98a797c84..70b0576ef 100644 --- a/src/components/careers/styles.module.css +++ b/src/components/careers/styles.module.css @@ -56,20 +56,21 @@ color: var(--ifm-text-color); text-align: center; font-family: var(--ifm-font-family-roboto); - font-size: 28px; + font-size: 22px; font-style: normal; font-weight: 400; - line-height: 36px; /* 128.571% */ + line-height: 128.571%; + margin-top: var(--ifm-spacing-lg); } .interview_position { color: var(--ifm-text-color); text-align: center; font-family: var(--ifm-font-family-roboto); - font-size: var(--ifm-font-size-normal); + font-size: 16px; font-style: normal; font-weight: 400; - line-height: 24px; /* 133.333% */ + line-height: 133.333%; letter-spacing: 0.5px; } diff --git a/src/components/projects/AllProjects.tsx b/src/components/projects/AllProjects.tsx index 7d8e5ab73..b27a382c1 100644 --- a/src/components/projects/AllProjects.tsx +++ b/src/components/projects/AllProjects.tsx @@ -6,14 +6,16 @@ export default function AllProjects() { return (