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,12 @@ 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
+ }
14
+
15
+ .headings {
16
+ font-size : 50px ;
17
+ margin : 30px 0 ;
13
18
}
14
19
15
20
.center {
@@ -121,16 +126,12 @@ html[data-theme='dark'] {
121
126
padding-bottom : 40px ;
122
127
padding-top : 40px ;
123
128
}
124
-
125
- .wrapper {
126
- max-width : 1400px ;
127
- }
128
129
}
129
130
130
131
.mainContainer {
131
132
flex : 1 1 0% ;
132
133
max-width : 100% ;
133
- padding : 40 px 0 ;
134
+ margin-bottom : 50 px ;
134
135
}
135
136
136
137
.mainContainer .wrapper {
@@ -396,6 +397,9 @@ html[data-theme='dark'] {
396
397
}
397
398
398
399
@media only screen and (max-width : 735px ) {
400
+ .wrapper {
401
+ padding : 0 20px ;
402
+ }
399
403
.showcaseSection .logos img {
400
404
max-height : 64px ;
401
405
padding : 20px ;
Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ 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 >
65
+ < p className = "headings" > Need help?</ p >
66
+ </ h1 >
65
67
</ header >
66
68
< GridBlock
67
69
contents = { supportLinks . slice ( 0 , 3 ) }
@@ -74,7 +76,9 @@ export default function Help(props) {
74
76
align = "left"
75
77
/>
76
78
< section >
77
- < h2 > Buy a Course</ h2 >
79
+ < h1 >
80
+ < p className = "headings" > Buy a course</ p >
81
+ </ h1 >
78
82
< p >
79
83
Learn how to test JavaScript with{ ' ' }
80
84
< ExternalLink href = "https://kentcdodds.com" >
@@ -96,7 +100,9 @@ export default function Help(props) {
96
100
</ div >
97
101
</ section >
98
102
< header className = "postHeader" >
99
- < h1 > Want to help?</ h1 >
103
+ < h1 >
104
+ < p className = "headings" > Want to help?</ p >
105
+ </ h1 >
100
106
</ header >
101
107
< p >
102
108
Thanks! The Testing Library maintainers are happy to maintain this
You can’t perform that action at this time.
0 commit comments