introducing not found

This commit is contained in:
Antoine M 2024-05-13 15:03:49 +02:00
parent 0263edf093
commit 1a9f46ea37

View 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;
}
}