feat: add dynamic errorpage (#3602)

This commit is contained in:
dni ⚡
2025-12-02 13:33:25 +01:00
committed by GitHub
parent 89cabda123
commit eefaf3c50c
20 changed files with 143 additions and 117 deletions
+9
View File
@@ -197,3 +197,12 @@ video {
}
}
}
.error-code {
font-size: clamp(15vh, 20vw, 30vh);
}
.error-message {
font-size: clamp(1.5rem, calc(1.5 / 10 * 20vw), 3.75rem);
font-weight: 300;
opacity: 0.4;
}