2024-02-14 03:18:51 +00:00
|
|
|
.not-found ul.menu li {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.not-found a.logo {
|
|
|
|
width: 100%;
|
|
|
|
padding: 20px 0;
|
2024-03-07 11:29:39 +00:00
|
|
|
background-color: var(--header-bg);
|
2024-02-14 03:18:51 +00:00
|
|
|
text-align: center;
|
|
|
|
pointer-events: none;
|
2024-03-07 11:29:39 +00:00
|
|
|
box-shadow: inset 0 -20px 20px -20px var(--header-shadow);
|
2024-02-14 03:18:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1.not-found-num {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 72px;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1.not-found {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1040px) {
|
|
|
|
.content {
|
|
|
|
margin: 5em 5% auto 5%;
|
|
|
|
}
|
|
|
|
}
|