changed 404

This commit is contained in:
Devin Smith 2014-11-20 18:21:15 -08:00
parent 60b7c62a36
commit 455593bcc8
3 changed files with 7 additions and 10 deletions

View File

@ -1,4 +1,3 @@
<div class="top-pad"></div>
<div class="image-not-found"></div>
<p class="home-text"><i class="fa fa-dashboard home-icon"></i></p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -3283,14 +3283,12 @@ input[type="checkbox"].switch + div:before {
border-left: none !important;
}
.image-not-found {
background: url(../images/404.png) center center no-repeat;
background-size: 100%;
width: 200px;
height: 200px;
margin: 0 auto;
.fa.home-icon {
font-size: 13em;
}
body.page-404 {
background: black;
.home-text {
display: block;
text-align: center;
padding-top: 9em;
}