diff --git a/packages/app-project/src/screens/ProjectHomePage/components/Hero/Hero.js b/packages/app-project/src/screens/ProjectHomePage/components/Hero/Hero.js index 7d07e35b4a..6f6e0366a7 100644 --- a/packages/app-project/src/screens/ProjectHomePage/components/Hero/Hero.js +++ b/packages/app-project/src/screens/ProjectHomePage/components/Hero/Hero.js @@ -11,16 +11,17 @@ import ContentBox from '../../../../shared/components/ContentBox' const StyledContentBox = styled(ContentBox)` ${props => (props.screenSize !== 'small') && ` border-color: transparent; + max-height: 763px; `} ` function Hero (props) { - const { className, screenSize, workflows } = props + const { screenSize, workflows } = props // Default to `small` layout let component = ( +