aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_structure.less
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assets/css/_structure.less13
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less
index 836de2b..5de12e0 100644
--- a/assets/css/_structure.less
+++ b/assets/css/_structure.less
@@ -89,7 +89,8 @@ body.relive-player {
@import "_relive_player.less";
}
-body.e404 {
+body.e404,
+body.e500 {
> .container {
text-align: center;
h1 {
@@ -104,6 +105,16 @@ body.e404 {
}
}
+body.e500 {
+ pre {
+ text-align: left;
+ }
+
+ img {
+ .rotate(180deg);
+ }
+}
+
body.feedback {
.feedback-thankyou {
font-size: @jumbo-font-size;