Merge branch 'master' of ssh://gitlab.isnet.uk:666/vue/marc-leopold
This commit is contained in:
commit
ac65b36124
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="error-page">
|
||||
<h1 class="heading" v-if="error.statusCode === 404">Page not found</h1>
|
||||
<h1 class="heading" v-else>An error occurred</h1>
|
||||
<h1 class="heading" v-if="error.statusCode === 404">Page not found!</h1>
|
||||
<h1 class="heading" v-else>An error occurred!</h1>
|
||||
<nav>
|
||||
<ul class="site-nav">
|
||||
<li class="site-nav__item"
|
||||
|
@ -58,6 +58,7 @@ export default {
|
|||
margin-bottom: 1em;
|
||||
font-size: 2rem;
|
||||
color: $color__accent-danger-700;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.site-nav {
|
||||
|
|
Loading…
Reference in New Issue