mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 05:14:22 +01:00
fix: community spacing
This commit is contained in:
@@ -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;
|
||||||
`}
|
`}
|
||||||
|
|||||||
Reference in New Issue
Block a user