Files
bflows-bandi-fe/src/assets/scss/components/error404.scss
Vitalii Kiiko 4be858ca74 updated
2024-09-27 12:51:29 +02:00

16 lines
165 B
SCSS

.error404 {
display: flex;
flex-grow: 2;
width: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
h1 {
}
span {
}
}