More 404 work

This commit is contained in:
Jonathan Cremin 2015-08-21 20:56:50 +01:00
parent 8521baa6d9
commit 9a5088251d
18 changed files with 20 additions and 2 deletions

View file

@ -236,10 +236,20 @@ h3 {
margin-bottom: 20px;
}
.error .col-md-12 {
margin-top: -1px;
}
.error a {
color: #fff;
}
.error-logo {
position: absolute;
top: 50px;
left: 15px;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */