We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4eb11 commit f5fb781Copy full SHA for f5fb781
docs/.vitepress/theme/components/NotFound.vue
@@ -5,11 +5,11 @@ import WikiImage from "./content/WikiImage.vue";
5
<template>
6
<article>
7
<h1>Page Not Found</h1>
8
-
9
<p>We couldn't find the page you were looking for.</p>
10
- <p>Don't type <code>/spawnpoint</code> here!</p>
11
12
<WikiImage src="/assets/images/misc/dead_bush.png" alt="Dead Bush" />
+
+ <p>Don't type <code>/spawnpoint</code> here!</p>
13
</article>
14
</template>
15
@@ -20,7 +20,10 @@ article {
20
h1 {
21
margin-inline: auto;
22
margin-top: 1em;
23
- font-size: 4rem;
24
+ @media not (max-width: 900px) {
25
+ font-size: 4rem;
26
+ }
27
}
28
29
p {
docs/public/assets/images/misc/dead_bush.png
2.06 KB
0 commit comments