diff --git a/src/components/AgeGroupItem/index.js b/src/components/AgeGroupItem/index.js index 04fbe8c..eba6fdd 100644 --- a/src/components/AgeGroupItem/index.js +++ b/src/components/AgeGroupItem/index.js @@ -41,7 +41,8 @@ const AgeGroupLink = styled(Link)` ` const AgeGroupIllustration = styled.img` - width: 100%; + max-height: 50vh; + max-width: 100%; ` const Status = styled.div` font-size: 0.875rem;