Updated 404 messaging and CSS
This commit is contained in:
parent
cf98a4a9c8
commit
80fff50a67
4 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,6 @@
|
|||
.page {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ const page = () => async (state, emit) => { // eslint-disable-line
|
|||
|
||||
<section class="page__content" itemprop="articleBody">
|
||||
<div class="inner-wrap">
|
||||
<p>This page does not exist</p>
|
||||
<p>The page you are looking for does not exist.</p>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue