Skip to content

Commit 710672f

Browse files
committed
Tweak text location
1 parent a372895 commit 710672f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/homepage/src/screens/home/hero/elements.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const StyledEditorLink = styled.a`
7171
display: flex;
7272
flex-direction: column;
7373
align-items: center;
74-
padding-top: 150px;
74+
padding-top: 110px;
7575
top: 0;
7676
bottom: 0;
7777
left: 0;
@@ -93,7 +93,7 @@ export const StyledEditorLink = styled.a`
9393

9494
export const HeroBottom = styled.div`
9595
position: absolute;
96-
bottom: -20%;
96+
bottom: -30%;
9797
left: 0;
9898
right: 0;
9999
display: flex;

0 commit comments

Comments
 (0)