diff --git a/src/components/Team/Member.tsx b/src/components/Team/Member.tsx
index e8a28de..b388fff 100644
--- a/src/components/Team/Member.tsx
+++ b/src/components/Team/Member.tsx
@@ -4,15 +4,17 @@ import Image from 'next/image'
interface Props {
children: React.ReactNode
- img: string
+ img?: string
}
-export const Member = ({ img, children }: Props) => {
+export const Member = ({ img = '', children }: Props) => {
return (
-
-
-
+ {img?.length ? (
+
+ {' '}
+
+ ) : null}
{children}
)
@@ -22,17 +24,15 @@ const Container = styled.div`
display: flex;
flex-direction: column;
align-items: center;
+ padding-top: 24px;
+ padding-bottom: 8px;
+ border-top: 1px solid rgba(0, 0, 0, 0.18);
h3 {
text-overflow: ellipsis;
font-size: 22px;
font-weight: 400;
line-height: 130%;
-
- @media (max-width: ${breakpoints.xl}px) {
- font-size: 16px;
- line-height: 20px;
- }
}
p {
@@ -41,8 +41,18 @@ const Container = styled.div`
font-weight: 400;
text-transform: capitalize;
opacity: 0.5;
+ }
- @media (max-width: ${breakpoints.xl}px) {
+ @media (max-width: ${breakpoints.xl}px) {
+ padding-top: 16px;
+ padding-bottom: 8px;
+
+ h3 {
+ font-size: 16px;
+ line-height: 20px;
+ }
+
+ p {
font-size: 13px;
line-height: 18px;
}
diff --git a/src/components/Team/Team.tsx b/src/components/Team/Team.tsx
index 408d6d5..99e7748 100644
--- a/src/components/Team/Team.tsx
+++ b/src/components/Team/Team.tsx
@@ -31,6 +31,13 @@ const Title = styled.p`
line-height: 20px;
padding-block: 18px;
}
+
+ @media (max-width: ${breakpoints.md}px) {
+ font-size: 22px;
+ line-height: 122%;
+ padding-block: 16px;
+ margin-bottom: 24px;
+ }
`
const Grid = styled.div`
@@ -41,6 +48,10 @@ const Grid = styled.div`
@media (max-width: ${breakpoints.xl}px) {
gap: 12px;
}
+
+ @media (max-width: ${breakpoints.md}px) {
+ gap: 8px;
+ }
`
export default Team
diff --git a/src/pages/index.mdx b/src/pages/index.mdx
index e216420..54d71d1 100644
--- a/src/pages/index.mdx
+++ b/src/pages/index.mdx
@@ -137,22 +137,32 @@ import BU_DATA from '../data/bu-data'
-
+
+ ### Jarrad Hope
+
+ Co-founder
+
+
+ ### Carl Bennetts
+
+ Co-founder
+
+
### Dr. Agata Ferreira
Chief Legal Officer
-
+
### Jonathan Barker
Head of People Operations
-
+
### Matthew Nemer
Head of Investor Relations
-
+
### Ned Karlovich
Creative Director