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 bc9c18d commit 280a287Copy full SHA for 280a287
packages/homepage/src/screens/home/hero/elements.js
@@ -32,6 +32,8 @@ export const EditorElement = styled.img`
32
33
export const HeroWrapper = styled.section`
34
position: relative;
35
+ display: flex;
36
+ justify-content: center;
37
38
text-align: center;
39
overflow: hidden;
@@ -53,7 +55,6 @@ export const SignUp = styled.p`
53
55
54
56
margin-top: 0.5rem;
57
color: #999;
- margin-bottom: 2.5rem;
58
`;
59
60
export const Border = styled.div`
packages/homepage/src/screens/home/hero/index.js
@@ -125,8 +125,6 @@ export default () => {
125
zIndex: 20,
126
position: 'absolute',
127
top: '15%',
128
- left: 0,
129
- right: 0,
130
textAlign: 'center',
131
}}
132
>
0 commit comments