Skip to content

Commit

Permalink
fix: add 40px padding to intro title component
Browse files Browse the repository at this point in the history
  • Loading branch information
aulneau committed Feb 14, 2020
1 parent 3831b40 commit adb3fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect/src/react/components/screens/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Intro = () => {
fullWidth
mt={4}
body={[
<Title>{`${name} guarantees your privacy by encrypting everything`}</Title>,
<Title px={10}>{`${name} guarantees your privacy by encrypting everything`}</Title>,
<Box mt={4} mx="auto" width="100%" height="1px" bg="#E5E5EC" />,
<Box>
<CheckList
Expand Down

0 comments on commit adb3fd8

Please sign in to comment.