Skip to content

Commit 280a287

Browse files
committed
Reduce bounding box of hero title
1 parent bc9c18d commit 280a287

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export const EditorElement = styled.img`
3232

3333
export const HeroWrapper = styled.section`
3434
position: relative;
35+
display: flex;
36+
justify-content: center;
3537
3638
text-align: center;
3739
overflow: hidden;
@@ -53,7 +55,6 @@ export const SignUp = styled.p`
5355
text-align: center;
5456
margin-top: 0.5rem;
5557
color: #999;
56-
margin-bottom: 2.5rem;
5758
`;
5859

5960
export const Border = styled.div`

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ export default () => {
125125
zIndex: 20,
126126
position: 'absolute',
127127
top: '15%',
128-
left: 0,
129-
right: 0,
130128
textAlign: 'center',
131129
}}
132130
>

0 commit comments

Comments
 (0)