File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Error({
19
19
20
20
return (
21
21
< section className = "core" >
22
- < h1 className = "h1 " >
22
+ < h1 className = "h3 " >
23
23
Sorry, something went wrong
24
24
25
25
< span className = "emoji" > 😞</ span >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function GlobalError({
22
22
< body >
23
23
< main >
24
24
< section className = "core" >
25
- < h1 className = "h1 " >
25
+ < h1 className = "h3 " >
26
26
Sorry, something went wrong
27
27
28
28
< span className = "emoji" > 😞</ span >
Original file line number Diff line number Diff line change @@ -328,27 +328,27 @@ p {
328
328
margin-block : 1.8em ;
329
329
}
330
330
331
- h1 {
331
+ h1 , . h1 {
332
332
font-size : var (--main-fontSize-big1 );
333
333
}
334
334
335
- h2 {
335
+ h2 , . h2 {
336
336
font-size : var (--main-fontSize-big2 );
337
337
}
338
338
339
- h3 {
339
+ h3 , . h3 {
340
340
font-size : var (--main-fontSize-big3 );
341
341
}
342
342
343
- h4 {
343
+ h4 , . h4 {
344
344
font-size : var (--main-fontSize-big4 );
345
345
}
346
346
347
- h5 {
347
+ h5 , . h5 {
348
348
font-size : var (--main-fontSize-big5 );
349
349
}
350
350
351
- h6 {
351
+ h6 , . h6 {
352
352
font-size : var (--main-fontSize-big6 );
353
353
}
354
354
You can’t perform that action at this time.
0 commit comments