diff --git a/src/assets/css/pages/NotFound.scss b/src/assets/css/pages/NotFound.scss new file mode 100644 index 0000000..e38aecb --- /dev/null +++ b/src/assets/css/pages/NotFound.scss @@ -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; + } +}