diff --git a/src/components/about/styles.module.css b/src/components/about/styles.module.css index 1091552ee..b7d17d741 100644 --- a/src/components/about/styles.module.css +++ b/src/components/about/styles.module.css @@ -1,14 +1,14 @@ .small_portrait_card { width: 279px; - height: 388px; - background-color: white; - color: var(--ifm-color-primary-p2); - border-radius: 8px; - box-shadow: 0px 0px 8px 1px #c8c8c7; - padding: var(--ifm-spacing-lg) var(--ifm-spacing-md); - text-align: center; - margin-bottom: var(--ifm-spacing-xl); - } + height: 388px; + background-color: white; + color: var(--ifm-color-primary-p2); + border-radius: 8px; + box-shadow: 0px 0px 8px 1px #c8c8c7; + padding: var(--ifm-spacing-lg) var(--ifm-spacing-md); + text-align: center; + margin-bottom: var(--ifm-spacing-xl); +} .avatar { filter: grayscale(1); @@ -18,20 +18,6 @@ width: 160px; } - - - -.value_header { - font-family: var(--ifm-font-family-rubik-one); - font-size: var(--ifm-font-size-secondary-title); - font-style: normal; - font-weight: 600; - line-height: 28px; - text-align: center; - margin-bottom: var(--ifm-spacing-xl); - color: var(--ifm-text-color-on-primary-p1); -} - .value_text p { font-family: var(--ifm-font-family-roboto); font-size: 14px; @@ -42,7 +28,6 @@ color: var(--ifm-text-color-on-primary-p1); } - div .row { margin-left: 0; margin-right: 0; @@ -75,7 +60,7 @@ div .row { color: var(---ifm-text-color); font-style: normal; font-weight: 600; - line-height: 24px; + line-height: 24px; letter-spacing: 0.5px; color: var(--ifm-color-primary-p2); } @@ -89,9 +74,7 @@ div .row { line-height: 40px; color: var(--ifm-color-primary-p2); } -s - -.large_card_position { +s .large_card_position { font-size: var(--ifm--font-size-normal); font-family: var(--ifm-font-family-roboto); color: var(--ifm-color-primary-p2); @@ -136,8 +119,6 @@ div .join_the_team_text { color: var(--ifm-color-secondary-s2); } - - @media only screen and (max-width: 996px) { /*Mobile*/ .value_card { @@ -150,6 +131,17 @@ div .join_the_team_text { margin-bottom: var(--ifm-spacing-xl); } + .value_header { + font-family: var(--ifm-font-family-rubik-one); + font-size: 20px; + font-style: normal; + font-weight: 600; + line-height: 20px; + text-align: center; + margin-bottom: var(--ifm-spacing-xl); + color: var(--ifm-text-color-on-primary-p1); + } + .large_portrait_card { width: 100%; height: 200%; @@ -171,7 +163,7 @@ div .join_the_team_text { .subteam_container { margin: var(--ifm-spacing-3xl) var(--ifm-spacing-2xl); } - + .team_description { font-family: var(--ifm-font-family-roboto); font-size: 18px; @@ -194,7 +186,16 @@ div .join_the_team_text { margin-bottom: var(--ifm-spacing-xl); } - + .value_header { + font-family: var(--ifm-font-family-rubik-one); + font-size: var(--ifm-font-size-secondary-title); + font-style: normal; + font-weight: 600; + line-height: 28px; + text-align: center; + margin-bottom: var(--ifm-spacing-xl); + color: var(--ifm-text-color-on-primary-p1); + } .large_portrait_card { width: 1000px; @@ -209,7 +210,6 @@ div .join_the_team_text { margin-bottom: var(--ifm-spacing-2xl); } - .row_with_margins { margin: var(--ifm-spacing-2xl) 0; } @@ -217,7 +217,7 @@ div .join_the_team_text { .subteam_container { margin: var(--ifm-spacing-5xl) var(--ifm-spacing-6xl); } - + .team_description { font-family: var(--ifm-font-family-roboto); font-size: 22px; @@ -226,5 +226,4 @@ div .join_the_team_text { line-height: 28px; text-align: center; } - -} \ No newline at end of file +} diff --git a/src/components/careers/styles.module.css b/src/components/careers/styles.module.css index 1026ffdff..8c46f5052 100644 --- a/src/components/careers/styles.module.css +++ b/src/components/careers/styles.module.css @@ -44,16 +44,7 @@ margin-bottom: var(--ifm-spacing-xl); } - .join_the_team_text { - text-align: center; - font-size: 28px; - font-family: var(--ifm-font-family-roboto); - color: var(--ifm-color-primary-p2); - text-align: center; - font-style: normal; - font-weight: 400; - line-height: 36px; /* 128.571% */ - } + .join_the_team_container { padding: var(--ifm-spacing-4xl) 0; @@ -88,3 +79,30 @@ line-height: 24px; /* 133.333% */ letter-spacing: 0.5px; } + + @media only screen and (max-width: 996px) { + /*Mobile*/ + .join_the_team_text { + text-align: center; + font-size: 18px; + font-family: var(--ifm-font-family-roboto); + color: var(--ifm-color-primary-p2); + text-align: center; + font-style: normal; + font-weight: 400; + line-height: 36px; + } + } + @media only screen and (min-width: 996px) { + /*Desktop*/ + .join_the_team_text { + text-align: center; + font-size: 28px; + font-family: var(--ifm-font-family-roboto); + color: var(--ifm-color-primary-p2); + text-align: center; + font-style: normal; + font-weight: 400; + line-height: 36px; + } + } \ No newline at end of file diff --git a/src/components/contact/index.tsx b/src/components/contact/index.tsx index cade0e638..20b234e46 100644 --- a/src/components/contact/index.tsx +++ b/src/components/contact/index.tsx @@ -1,34 +1,33 @@ import styles from "./styles.module.css"; import ContactForm from "./ContactForm"; import { useEffect, useState } from "react"; -import ContactIllustration from "/img/illustrations/contact.svg" - +import ContactIllustration from "/img/illustrations/contact.svg"; export function Contact() { return (