diff --git a/static-site/src/components/Cards/styles.tsx b/static-site/src/components/Cards/styles.tsx index 96c723e47..0a2448866 100644 --- a/static-site/src/components/Cards/styles.tsx +++ b/static-site/src/components/Cards/styles.tsx @@ -41,14 +41,14 @@ export const CardOuter = styled.div<{$squashed: boolean}>` export const CardTitle = styled.div<{$squashed: boolean}>` font-family: ${(props) => props.theme.generalFont}; font-weight: 500; - font-size: ${(props) => props.$squashed ? "22px" : "26px"}; + font-size: ${(props) => props.$squashed ? "21px" : "25px"}; @media (max-width: 768px) { font-size: 22px; } position: absolute; border-radius: 3px; - padding: 10px 20px 10px 20px; - top: 40px; + padding: 10px 20px 10px 10px; + top: 15px; left: 20px; color: white; background: rgba(0, 0, 0, 0.7); diff --git a/static-site/src/components/splash/index.jsx b/static-site/src/components/splash/index.jsx index 9d218f1af..5724f87e3 100644 --- a/static-site/src/components/splash/index.jsx +++ b/static-site/src/components/splash/index.jsx @@ -62,7 +62,7 @@ const Splash = () => { - Featured resources + Featured analyses