diff --git a/rumine/templates/404.html b/rumine/templates/404.html index 1537e2f..b91420e 100644 --- a/rumine/templates/404.html +++ b/rumine/templates/404.html @@ -11,7 +11,26 @@ =======================*/ -.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif; +.page_404{ + padding:40px 0; + background:#fff; + display: table; + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; +} +.middle { + display: table-cell; + vertical-align: middle; +} + +.inner { + margin-left: auto; + margin-right: auto; + width: 400px; + /* Whatever width you want */ } .page_404 img{ width:100%;} @@ -42,10 +61,10 @@ .contant_box_404{ margin-top:-50px;}
-
+
-
+

404