blob: 8a23430ec26f4e0de181d4d74949b15ffe801433 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.not-found {
position: absolute;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 80%;
font-size: 160px;
font-weight: 700;
}
|