fix: reduce error message font size, fix formatting

This commit is contained in:
dusk 2024-06-11 00:40:00 +03:00
parent 0e0cbba624
commit d494695892
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -43,8 +43,8 @@ impl IntoResponse for AppError {
title { (title) }
}
body style=(crate::BODY_STYLE) {
p style=(format!("{} font-size: 2em;", crate::IMG_STYLE)) {
"Something went wrong"
p style=(format!("{} font-size: 1.3em;", crate::IMG_STYLE)) {
"Something went wrong: "
(self.internal.to_string());
}
a style=(format!("{} right: 0;", crate::ABOUT_STYLE)) href="https://gaze.systems" target="_blank" {