mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 10:13:01 +08:00
add 404 error page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user