7 lines
132 B
CSS
7 lines
132 B
CSS
.not-found-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
line-height: 1.5;
|
|
} |