10 lines
161 B
SCSS
10 lines
161 B
SCSS
.not-found-page {
|
|
text-align: center;
|
|
font-size: 4rem;
|
|
font-weight: 200;
|
|
position: absolute;
|
|
height: 10rem;
|
|
top: calc(50vh - 5rem);
|
|
width: 100%;
|
|
}
|