Adding error page, fixes #15
This commit is contained in:
parent
8609f47c0c
commit
32d73e56ba
|
@ -608,3 +608,17 @@ hr {
|
|||
width: 32px;
|
||||
}
|
||||
|
||||
|
||||
/* Error page
|
||||
/* ---------------------------------------------------------- */*
|
||||
.error-message {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error-code {
|
||||
font-size: var(--title-font-size);
|
||||
}
|
||||
|
||||
.error-description {
|
||||
font-size: var(--big-title-font-size);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue