fix: community spacing

This commit is contained in:
Andre Neves
2021-08-24 20:14:41 -04:00
parent 2ec4d4810b
commit fa7a5636ca

View File

@@ -70,11 +70,13 @@ const CommunityIntro = styled.p`
const CommunityInner = styled.div` const CommunityInner = styled.div`
display: flex; display: flex;
margin-top: 40px;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
${media.largeTablet` ${media.largeTablet`
margin-top: 80px;
max-width: 1000px; max-width: 1000px;
flex-direction: row; flex-direction: row;
`} `}