8 lines
116 B
SCSS
8 lines
116 B
SCSS
|
.error-404 {
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
height: 100vh;
|
||
|
justify-content: center;
|
||
|
padding: 1rem;
|
||
|
}
|