Files
web2.0-frontend/src/pages/NotFoundPage/NotFoundPage.scss
T
2018-07-10 20:28:06 +03:00

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%;
}