We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a372895 commit 710672fCopy full SHA for 710672f
packages/homepage/src/screens/home/hero/elements.js
@@ -71,7 +71,7 @@ export const StyledEditorLink = styled.a`
71
display: flex;
72
flex-direction: column;
73
align-items: center;
74
- padding-top: 150px;
+ padding-top: 110px;
75
top: 0;
76
bottom: 0;
77
left: 0;
@@ -93,7 +93,7 @@ export const StyledEditorLink = styled.a`
93
94
export const HeroBottom = styled.div`
95
position: absolute;
96
- bottom: -20%;
+ bottom: -30%;
97
98
right: 0;
99
0 commit comments