add 404 error page

This commit is contained in:
Philipinho
2024-04-19 19:48:47 +01:00
parent 9ae6ac41c1
commit 3e2c13a22e
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,24 @@
.root {
padding-top: 80px;
padding-bottom: 80px;
}
.description {
max-width: 500px;
margin: auto;
margin-top: var(--mantine-spacing-xl);
margin-bottom: calc(1.5 * var(--mantine-spacing-xl));
}
.title {
font-family:
Greycliff CF,
var(--mantine-font-family);
text-align: center;
font-weight: 600;
font-size: 30px;
@media (max-width: $mantine-breakpoint-sm) {
font-size: 25px;
}
}