From db2a2687a0e3acf59c27b0da59928ebd88d15f51 Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Fri, 16 Apr 2021 01:18:03 +1000 Subject: [PATCH] Adjust text shadow when title small --- crabfit-frontend/src/pages/Create/createStyle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crabfit-frontend/src/pages/Create/createStyle.ts b/crabfit-frontend/src/pages/Create/createStyle.ts index d6b37b3..e79b34f 100644 --- a/crabfit-frontend/src/pages/Create/createStyle.ts +++ b/crabfit-frontend/src/pages/Create/createStyle.ts @@ -28,7 +28,7 @@ export const TitleLarge = styled.h1` color: ${props => props.theme.primary}; font-family: 'Molot', sans-serif; font-weight: 400; - text-shadow: 0 4px 0 ${props => props.theme.primaryDark}; + text-shadow: 0 3px 0 ${props => props.theme.primaryDark}; line-height: 1em; `;