summaryrefslogtreecommitdiff
path: root/public/app/views/error
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/error')
-rw-r--r--public/app/views/error/404.php2
-rw-r--r--public/app/views/error/general.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/app/views/error/404.php b/public/app/views/error/404.php
index 2b67e8d..89c35cc 100644
--- a/public/app/views/error/404.php
+++ b/public/app/views/error/404.php
@@ -22,7 +22,7 @@
.container { display: flex; height: 100vh; align-items:center; }
.content { position: relative;
max-width:320px; width: 100%;
- margin: auto auto; padding: 1.5em;
+ margin: auto auto; padding: 1.5em 1.5em 3em 1.5em;
text-align: center; justify-center: center;
opacity: .33;
}
diff --git a/public/app/views/error/general.php b/public/app/views/error/general.php
index 257e68d..74566a4 100644
--- a/public/app/views/error/general.php
+++ b/public/app/views/error/general.php
@@ -34,7 +34,7 @@
.container { display: flex; height: 100vh; align-items:center; }
.content { position: relative;
max-width: 480px; width: 100%;
- margin: auto auto; padding: 1.5em;
+ margin: auto auto; padding: 1.5em 1.5em 3em 1.5em;
text-align: center; justify-center: center;
opacity: .33;
font-size: .87em