Files
2026-07-07 18:38:36 +05:30

14 lines
336 B
SCSS

#particles-js {
@apply absolute w-full h-full bg-white;
}
.error-page {
@apply absolute w-full min-h-screen flex bg-center bg-cover bg-no-repeat items-center justify-center;
}
.error-text {
@apply text-[8.25rem] font-medium leading-none;
}
@media (max-width: 575.98px) {
.error-text {
@apply text-[3rem];
}
}