11 lines
156 B
SCSS
11 lines
156 B
SCSS
|
.p-notfound {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
height: 300px;
|
||
|
h1 {
|
||
|
font-size: 10rem;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|