introducing not found
This commit is contained in:
parent
0263edf093
commit
1a9f46ea37
13
src/assets/css/pages/NotFound.scss
Normal file
13
src/assets/css/pages/NotFound.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
.page-container--not-found {
|
||||||
|
@apply text-white text-center;
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
@apply text-8xl ;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
@apply text-3xl mb-6;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
@apply text-2xl;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user