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
@@ -454,3 +454,12 @@ video {
width: 90% !important;
}
}
.error-code {
font-size: clamp(15vh, 20vw, 30vh);
}
.error-message {
font-size: clamp(1.5rem, 3vw, 3.75rem);
font-weight: 300;
opacity: 0.4;
}