File tree Expand file tree Collapse file tree 1 file changed +7
-27
lines changed
apps/svelte.dev/src/routes Expand file tree Collapse file tree 1 file changed +7
-27
lines changed Original file line number Diff line number Diff line change 25
25
</p >
26
26
{:else }
27
27
<h1 >Yikes!</h1 >
28
- <p >Something went wrong when we tried to render this page.</p >
29
- {#if $page .error ?.message }
30
- <p class ="error" >{$page .status }: {$page .error .message }</p >
31
- {:else }
32
- <p class ="error" >Encountered a {$page .status } error.</p >
33
- {/if }
34
- <p >Please try reloading the page.</p >
28
+
29
+ <p >Something went wrong when we tried to render this page. Please try reloading.</p >
30
+
35
31
<p >
36
- If the error persists, please drop by the
37
- <a href =" /chat" > Discord chatroom </a >
38
- and let us know, or raise an issue on
39
- <a href =" https://github.com/sveltejs/sites" >GitHub</a >. Thanks!
32
+ If the error persists, please let us know on <a href =" /chat" >Discord</a > or
33
+ <a href =" https://github.com/sveltejs/svelte.dev/issues" >GitHub</a >. Thanks!
40
34
</p >
41
35
{/if }
42
36
{:else }
58
52
}
59
53
60
54
.inner {
61
- max-width : 50 rem ;
55
+ max-width : 48 rem ;
62
56
text-align : center ;
63
57
text-wrap : balance ;
64
58
67
61
}
68
62
}
69
63
70
- h1 ,
71
- p {
72
- margin : 0 auto ;
73
- }
74
-
75
64
h1 {
76
- font-size : 2.8em ;
77
- font-weight : 300 ;
65
+ font-size : var (--sk-text-xxl );
78
66
margin : 0 0 0.5em 0 ;
79
67
}
80
68
81
69
p {
82
70
margin : 1em auto ;
83
71
}
84
-
85
- .error {
86
- background-color : var (--sk-theme-2 );
87
- color : white ;
88
- padding : 12px 16px ;
89
- font : 600 16px /1.7 var (--sk-font-body );
90
- border-radius : 2px ;
91
- }
92
72
</style >
You can’t perform that action at this time.
0 commit comments