diff --git a/docs/pages/careers.tsx b/docs/pages/careers.tsx index 8e2e19c49816a6..33d1e44c1f9f63 100644 --- a/docs/pages/careers.tsx +++ b/docs/pages/careers.tsx @@ -36,26 +36,27 @@ function Role(props: RoleProps) { if (props.url) { return ( - - +
+ {props.title} - + {props.description} - +
-
+ View our handbook + {values.map(({ title, description, darkIcon, lightIcon, height, width }) => ( diff --git a/docs/src/components/home/StartToday.tsx b/docs/src/components/home/StartToday.tsx index 41a01eb24a2c3d..f4879b5adadb92 100644 --- a/docs/src/components/home/StartToday.tsx +++ b/docs/src/components/home/StartToday.tsx @@ -12,7 +12,7 @@ import SectionHeadline from 'docs/src/components/typography/SectionHeadline'; export default function StartToday() { return ( - + + {overline && ( ({ mt: 1, - mb: 3, - maxWidth: 450, + maxWidth: 500, ...(inverted ? { color: 'grey.400', @@ -87,7 +86,6 @@ export default function SectionHeadline(props: SectionHeadlineProps) { ...(alwaysCenter && { textAlign: 'center', mx: 'auto', - maxWidth: 600, }), })} > diff --git a/docs/src/layouts/Section.tsx b/docs/src/layouts/Section.tsx index 6aa672c2aea0f7..b11f8a0dc97a84 100644 --- a/docs/src/layouts/Section.tsx +++ b/docs/src/layouts/Section.tsx @@ -56,7 +56,7 @@ const Section = React.forwardRef(function Sectio bgcolor: map[bg].dark, }), }), - py: cozy ? { xs: 6, sm: 10, md: 12 } : { xs: 4, sm: 12, md: 14 }, + py: cozy ? { xs: 6, sm: 8, md: 10 } : { xs: 4, sm: 12, md: 14 }, overflow: 'hidden', }), ...(Array.isArray(sx) ? sx : [sx]), diff --git a/docs/src/modules/brandingTheme.ts b/docs/src/modules/brandingTheme.ts index b6243a91492002..606f60402ebcd8 100644 --- a/docs/src/modules/brandingTheme.ts +++ b/docs/src/modules/brandingTheme.ts @@ -1093,7 +1093,7 @@ export function getThemedComponents(): ThemeOptions { backgroundColor: (theme.vars || theme).palette.primaryDark[900], ...(ownerState.variant === 'outlined' && { borderColor: (theme.vars || theme).palette.primaryDark[700], - backgroundColor: alpha(theme.palette.primaryDark[800], 0.8), + backgroundColor: alpha(theme.palette.primaryDark[800], 0.6), '&[href]': { textDecorationLine: 'none', boxShadow: `inset 0 1px 1px ${