w-aura/src/components/NotFoundPage/styles.css
2023-05-22 13:46:17 +06:00

7 lines
132 B
CSS

.not-found-page {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1.5;
}