9 lines
149 B
SCSS
9 lines
149 B
SCSS
|
.error-404 {
|
||
|
@include responsive-container;
|
||
|
align-items: center;
|
||
|
display: flex;
|
||
|
height: 100vh;
|
||
|
justify-content: center;
|
||
|
padding: 1rem;
|
||
|
}
|