6 lines
110 B
SCSS
6 lines
110 B
SCSS
|
|
.crash-error {
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
}
|