File size: 356 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
.pageNotFound {
height: 700px;
padding-top: 200px;
.contentWrapper {
text-align: center;
color: var(--black-light);
display: flex;
flex-direction: column;
.bigText {
font-size: 150px;
font-weight: 700;
}
.smallText {
font-size: 44px;
}
}
}
|