docs: improve 404 page
This commit is contained in:
@@ -1,17 +1,24 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="error-page">
|
<div class="error-page">
|
||||||
Oh no, page not found.
|
<div class="error-page__content">
|
||||||
<g-link
|
Oh no, we can’t find this page.
|
||||||
to="/"
|
<g-link
|
||||||
>
|
to="/"
|
||||||
→ Back
|
>
|
||||||
</g-link>
|
→ Go back
|
||||||
|
</g-link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.error-page {
|
.error-page {
|
||||||
margin: 5rem 1rem;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
min-height: 100vh;
|
||||||
|
|
||||||
|
// margin: 5rem 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: rgba($colorWhite, 0.4);
|
color: rgba($colorWhite, 0.4);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user