diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/_error.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/_error.less b/assets/css/_error.less index 2ccaf6d..a16370b 100644 --- a/assets/css/_error.less +++ b/assets/css/_error.less @@ -18,6 +18,10 @@ body.e500 { } body.e500 { + h2 { + margin-bottom: 50px; + } + pre { text-align: left; } |