404 responsive

This commit is contained in:
peteruithoven 2015-06-15 17:47:00 +02:00
parent a7d253203a
commit 58ad430e13
1 changed files with 25 additions and 2 deletions

View File

@ -7,11 +7,34 @@
top: 50%;
left: 50%;
height: 200px;
width: 500px;
margin: -85px 0px 0px -250px;
width: 30em;
margin: -85px 0px 0px -16em;
background-color: #FCFCFC;
padding: 0px 1em;
}
}
@media screen and (max-width: 485px) {
#page404 {
overflow-y: auto;
#message404 {
position: relative;
left: 0px;
top: 0px;
margin: 10% 0;
padding: 0;
width: 100%;
height: auto;
p, ul {
margin: 1em;
}
}
#landscape {
box-shadow: none;
.bgContainer {
display: none;
}
}
}
}