8 lines
109 B
CSS
8 lines
109 B
CSS
html {
|
|
@apply !m-0;
|
|
}
|
|
.error_404 {
|
|
@apply flex items-center;
|
|
min-height: calc(100vh - 186px);
|
|
}
|