7 lines
146 B
CSS
7 lines
146 B
CSS
|
.Error404__container {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
min-width: 100%;
|
||
|
}
|