File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ const Wrapper = styled.div`
36
36
const Container = styled . div `
37
37
display: flex;
38
38
flex-direction: column;
39
+ gap: 32px;
39
40
width: 100%;
40
41
background-color: ${ ( { theme } ) => theme . lightBackground } ;
41
42
padding: ${ responsiveSize ( 24 , 32 ) } ;
@@ -78,7 +79,7 @@ const MiddleContentContainer = styled.div`
78
79
` ;
79
80
80
81
const Heading = styled . h1 `
81
- margin: 0 0 0 32px ;
82
+ margin: 0;
82
83
font-size: 24px;
83
84
font-weight: 600;
84
85
color: ${ ( { theme } ) => theme . primaryText } ;
@@ -87,7 +88,7 @@ const Heading = styled.h1`
87
88
88
89
const Paragraph = styled . p `
89
90
padding: 0;
90
- margin-bottom: 32px ;
91
+ margin: 0 ;
91
92
font-size: 16px;
92
93
text-align: center;
93
94
color: ${ ( { theme } ) => theme . secondaryText } ;
You can’t perform that action at this time.
0 commit comments