File tree 2 files changed +19
-9
lines changed
2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,18 @@ html[data-theme='dark'] {
9
9
.wrapper {
10
10
margin : 0 auto;
11
11
max-width : 1100px ;
12
- padding : 0 20px ;
12
+ padding : 0 70px ;
13
+ margin-top : 30px ;
14
+ }
15
+
16
+ .help-heading-1 {
17
+ font-size : 3em ;
18
+ margin-bottom : 30px ;
19
+ }
20
+
21
+ .help-heading-2 {
22
+ font-size : 2.5em ;
23
+ margin : 30px 0 ;
13
24
}
14
25
15
26
.center {
@@ -121,16 +132,12 @@ html[data-theme='dark'] {
121
132
padding-bottom : 40px ;
122
133
padding-top : 40px ;
123
134
}
124
-
125
- .wrapper {
126
- max-width : 1400px ;
127
- }
128
135
}
129
136
130
137
.mainContainer {
131
138
flex : 1 1 0% ;
132
139
max-width : 100% ;
133
- padding : 40 px 0 ;
140
+ margin-bottom : 50 px ;
134
141
}
135
142
136
143
.mainContainer .wrapper {
@@ -396,6 +403,9 @@ html[data-theme='dark'] {
396
403
}
397
404
398
405
@media only screen and (max-width : 735px ) {
406
+ .wrapper {
407
+ padding : 0 20px ;
408
+ }
399
409
.showcaseSection .logos img {
400
410
max-height : 64px ;
401
411
padding : 20px ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default function Help(props) {
61
61
< div className = "mainContainer documentContainer postContainer helpContainer" >
62
62
< div >
63
63
< header >
64
- < h1 > Need help?</ h1 >
64
+ < h1 className = "help-heading-1" > Need help?</ h1 >
65
65
</ header >
66
66
< GridBlock
67
67
contents = { supportLinks . slice ( 0 , 3 ) }
@@ -74,7 +74,7 @@ export default function Help(props) {
74
74
align = "left"
75
75
/>
76
76
< section >
77
- < h2 > Buy a Course </ h2 >
77
+ < h2 className = "help-heading-2" > Buy a course </ h2 >
78
78
< p >
79
79
Learn how to test JavaScript with{ ' ' }
80
80
< ExternalLink href = "https://kentcdodds.com" >
@@ -96,7 +96,7 @@ export default function Help(props) {
96
96
</ div >
97
97
</ section >
98
98
< header className = "postHeader" >
99
- < h1 > Want to help?</ h1 >
99
+ < h2 className = "help-heading-2" > Want to help?</ h2 >
100
100
</ header >
101
101
< p >
102
102
Thanks! The Testing Library maintainers are happy to maintain this
You can’t perform that action at this time.
0 commit comments