summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/errors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/errors.scss')
-rw-r--r--app/assets/stylesheets/pages/errors.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/errors.scss b/app/assets/stylesheets/pages/errors.scss
new file mode 100644
index 00000000000..32d2d7b1dbf
--- /dev/null
+++ b/app/assets/stylesheets/pages/errors.scss
@@ -0,0 +1,14 @@
+.error-page {
+ max-width: 400px;
+ margin: 0 auto;
+
+ h1, h2, h3 {
+ text-align: center;
+ }
+
+ h1 {
+ font-size: 56px;
+ line-height: 100px;
+ font-weight: 300;
+ }
+}