This commit is contained in:
2024-02-01 10:16:36 +01:00
parent 60bf24ec77
commit 55b4e17a77
3 changed files with 6 additions and 6 deletions

View File

@@ -72,20 +72,20 @@ li a:hover::after {
margin: 0 auto;
}
.wrapper-404 {
.wrapper-40x {
text-align: center;
}
.wrapper-404 h1 {
.wrapper-40x h1 {
font-size: 10rem;
margin: 0;
}
.wrapper-404 .error {
.wrapper-40x .error {
color: var(--error);
}
.wrapper-404 h3 {
.wrapper-40x h3 {
margin-bottom: 2rem;
}