Add working 404 page

This commit is contained in:
Misode
2021-02-02 01:51:14 +01:00
parent e025e5ffc3
commit 287120cc7a
5 changed files with 57 additions and 13 deletions

View File

@@ -444,6 +444,18 @@ nav > .toggle span {
padding-top: 71px;
}
.home.center {
flex-direction: column;
align-items: center;
color: var(--nav);
}
.home.center p {
padding-bottom: 20px;
text-align: center;
font-size: 20px;
}
.generators-list {
display: flex;
flex-direction: column;
@@ -583,6 +595,11 @@ nav > .toggle span {
transition: border-color var(--style-transition);
}
.very-large {
font-size: 80px;
font-weight: 100;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
@@ -725,7 +742,7 @@ nav > .toggle span {
margin: 0 15px;
}
.generators-card {
.home:not(.center) .generators-card {
font-size: 14px;
padding: 8px;
}