Updated 404 messaging and CSS

This commit is contained in:
ポール ウェッブ 2018-07-12 16:33:54 -05:00
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

View file

@ -1,5 +1,6 @@
.page {
display: flex;
flex: 1;
flex-direction: column;
height: 100%;
}

View file

@ -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>