Skip to content

Commit f5fb781

Browse files
committed
Updated 404 page
1 parent 7f4eb11 commit f5fb781

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/.vitepress/theme/components/NotFound.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import WikiImage from "./content/WikiImage.vue";
55
<template>
66
<article>
77
<h1>Page Not Found</h1>
8-
98
<p>We couldn't find the page you were looking for.</p>
10-
<p>Don't type <code>/spawnpoint</code> here!</p>
119

1210
<WikiImage src="/assets/images/misc/dead_bush.png" alt="Dead Bush" />
11+
12+
<p>Don't type <code>/spawnpoint</code> here!</p>
1313
</article>
1414
</template>
1515

@@ -20,7 +20,10 @@ article {
2020
h1 {
2121
margin-inline: auto;
2222
margin-top: 1em;
23-
font-size: 4rem;
23+
24+
@media not (max-width: 900px) {
25+
font-size: 4rem;
26+
}
2427
}
2528
2629
p {
2.06 KB
Loading

0 commit comments

Comments
 (0)