mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
12 lines
199 B
CSS
12 lines
199 B
CSS
.not-found {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 80%;
|
|
font-size: 160px;
|
|
font-weight: 700
|
|
}
|