Custom 404/Error page (#133)

* feat(frontend): custom 404 + error page with intl formatting

* style(frontend): add styling for error message
This commit is contained in:
Alex Zoitos
2020-10-20 21:23:19 -04:00
committed by GitHub
parent 1f9cbbfdf1
commit f628903577
5 changed files with 132 additions and 20 deletions

View File

@@ -32,3 +32,7 @@ body {
.toast {
width: 360px;
}
.error-message {
@apply flex items-center justify-center text-center text-gray-300 relative top-0 left-0 bottom-0 right-0 h-screen flex-col;
}